Interface ConnectParams

Interface representing the params of Checkout.connect.

interface ConnectParams {
    provider: Web3Provider;
    requestWalletPermissions?: boolean;
}

Properties

provider: Web3Provider

The provider used to connect to the network.

requestWalletPermissions?: boolean

A boolean that will trigger a permission request for wallet connection.