Type alias AllowedNetworkConfig

AllowedNetworkConfig: {
    chainId: number;
}

A type representing an allowed network.

Type declaration

  • chainId: number

    The network chain id.

Generated using TypeDoc