Skip to main content
Version: 1.4.2

Type Alias: TokenTransferFeeOpts

TokenTransferFeeOpts = { blockConfirmationsRequested: number; destChainSelector: bigint; tokenArgs: string; }

Defined in: chain.ts:260

Options for fetching token transfer fee config as part of Chain.getTokenPoolConfig.

Properties

blockConfirmationsRequested

blockConfirmationsRequested: number

Defined in: chain.ts:264

Number of block confirmations requested (0 = standard finality, positive = FTF).


destChainSelector

destChainSelector: bigint

Defined in: chain.ts:262

Destination chain selector to query fee config for.


tokenArgs

tokenArgs: string

Defined in: chain.ts:266

Hex-encoded bytes passed as tokenArgs to the pool contract.