Interface CheckConnectionParams

Interface representing the params of Checkout.checkIsWalletConnected.

interface CheckConnectionParams {
    provider: Web3Provider;
}

Properties

Properties

provider: Web3Provider

The provider used to connect to the network.