Skip to main content
Version: 1.0.0

Type Alias: TokenPoolFeeOpts

TokenPoolFeeOpts = { blockConfirmationsRequested: number; destChainSelector: bigint; tokenArgs: string; } & { router?: undefined; token?: undefined; tokenPool: string; } | { router: string; token: string; tokenPool?: undefined; }

Defined in: chain.ts:194

Options for Chain.getTokenPoolFee. Provide either tokenPool directly or token + router to auto-resolve it.

Type Declaration

blockConfirmationsRequested

blockConfirmationsRequested: number

destChainSelector

destChainSelector: bigint

tokenArgs

tokenArgs: string

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