Interface SwitchEthereumChainParameter

interface SwitchEthereumChainParameter {
    chainId: string;
}

Properties

Properties

chainId: string

The chain ID as a 0x-prefixed hexadecimal string, per the eth_chainId method.