QueryAllBalancesResponse is the response type for the Query/AllBalances RPC method.

interface QueryAllBalancesResponse {
    balances: Coin[];
    pagination?: PageResponse;
}

Properties

balances: Coin[]

balances is the balances of all the coins.

pagination?: PageResponse

pagination defines the pagination in the response.