Interface SwitchNetworkResult

Represents the result of switching the network in a Web3 application Checkout.switchNetwork. SwitchNetworkResult

interface SwitchNetworkResult {
    network: NetworkInfo;
    provider: Web3Provider;
}

Properties

Properties

network: NetworkInfo

The information about the switched network.

provider: Web3Provider

The Web3 provider for the switched network.