Interface ConnectResult

Interface representing the result of Checkout.connect.

interface ConnectResult {
    provider: WrappedBrowserProvider;
}

Properties

Properties

The provider used to connect to the network.

""