Type Alias AllowedNetworkConfig

AllowedNetworkConfig: {
    chainId: number;
}

A type representing an allowed network.

Type declaration

  • chainId: number

    The network chain id.