Interface SwitchNetworkResult

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

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

Properties

Properties

network: NetworkInfo

The information about the switched network.

The WrappedBrowserProvider for the switched network.

""