Interface representing the parameters for getAllBalances.

Hierarchy

  • GetAllBalancesParams

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: checkout.ChainId

The ID of the network.

Generated using TypeDoc