Interface ConnectResult

Interface representing the result of Checkout.connect.

interface ConnectResult {
    provider: Web3Provider;
}

Properties

Properties

provider: Web3Provider

The provider used to connect to the network.