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

interface QueryAllBalancesResponseAmino {
    balances?: CoinAmino[];
    pagination?: PageResponseAmino;
}

Properties

balances?: CoinAmino[]

balances is the balances of all the coins.

pagination?: PageResponseAmino

pagination defines the pagination in the response.