Type Alias: TokenTransferFeeOpts
TokenTransferFeeOpts = {
destChainSelector:bigint;finality:FinalityRequested;tokenArgs:string; }
Defined in: chain.ts:263
Options for fetching token transfer fee config as part of Chain.getTokenPoolConfig.
Properties
destChainSelector
destChainSelector:
bigint
Defined in: chain.ts:265
Destination chain selector to query fee config for.
finality
finality:
FinalityRequested
Defined in: chain.ts:267
Requested finality ('finalized', 'safe' or block depth).
tokenArgs
tokenArgs:
string
Defined in: chain.ts:269
Hex-encoded bytes passed as tokenArgs to the pool contract.