Type alias ChainConfig<N, C>
ChainConfig<N, C>: { blockTime: number; chainId: number; contracts: Contracts; explorer?: explorer.ExplorerSettings; finalityThreshold: number; key: C; nativeChainId: string | bigint; nativeTokenDecimals: number; network: N; platform: ChainToPlatform<C>; rpc: string; }
Type declaration
-
blockTime: number
-
chainId: number
-
-
-
finalityThreshold: number
-
key: C
-
nativeChainId: string | bigint
-
nativeTokenDecimals: number
-
network: N
-
-
rpc: string