Interface GetAllBalancesResult

Interface representing the result of Checkout.getAllBalances.

interface GetAllBalancesResult {
    balances: GetBalanceResult[];
}

Properties

Properties

balances: GetBalanceResult[]

The array of balances of the wallet for every token.