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