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

interface QueryAllBalancesResponseSDKType {
    balances: CoinSDKType[];
    pagination?: PageResponseSDKType;
}

Properties

balances: CoinSDKType[]
pagination?: PageResponseSDKType