Skip to main content
Version: 1.13.1

Type Alias: TokenTransferFeeOpts

TokenTransferFeeOpts = { destChainSelector: bigint; finality: FinalityRequested; tokenArgs: string; }

Defined in: chain.ts:513

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

Properties

destChainSelector

destChainSelector: bigint

Defined in: chain.ts:515

Destination chain selector to query fee config for.


finality

finality: FinalityRequested

Defined in: chain.ts:517

Requested finality ('finalized', 'safe' or block depth).


tokenArgs

tokenArgs: string

Defined in: chain.ts:519

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