Interface GetAllBalancesParams

Interface representing the parameters for Checkout.getAllBalances.

interface GetAllBalancesParams {
    provider?: Web3Provider;
    walletAddress?: string;
    chainId: ChainId;
}

Properties

provider?: Web3Provider

The provider used to get the balances, it is a required parameter if no walletAddress is provided.

walletAddress?: string

The wallet address, it is a required parameter if no provider is provided.

chainId: ChainId

The ID of the network.