Skip to main content
Version: 0.96.0

Type Alias: TokenPoolConfig

TokenPoolConfig = { router: string; token: string; typeAndVersion?: string; }

Defined in: chain.ts:244

Token pool configuration returned by Chain.getTokenPoolConfig.

Remarks

Contains the core configuration of a token pool including the token it manages, the router it's registered with, and optionally its version identifier.

Properties

router

router: string

Defined in: chain.ts:248

Address of the CCIP router this pool is registered with.


token

token: string

Defined in: chain.ts:246

Address of the token managed by this pool.


typeAndVersion?

optional typeAndVersion: string

Defined in: chain.ts:255

Version identifier string (e.g., "BurnMintTokenPool 1.5.1").

Remarks

May be undefined for older pool implementations that don't expose this method.