Interface GetBalanceParams

Interface representing the parameters for Checkout.getBalance.

interface GetBalanceParams {
    provider: Web3Provider;
    walletAddress: string;
    tokenAddress?: string;
}

Properties

provider: Web3Provider

The provider used to get the balance.

walletAddress: string

The wallet address.

tokenAddress?: string

The contract address of the token.