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 Parameters

Type declaration

  • blockTime: number
  • chainId: number
  • contracts: Contracts
  • Optional explorer?: explorer.ExplorerSettings
  • finalityThreshold: number
  • key: C
  • nativeChainId: string | bigint
  • nativeTokenDecimals: number
  • network: N
  • platform: ChainToPlatform<C>
  • rpc: string

Generated using TypeDoc