QueryBalanceRequest is the request type for the Query/AllBalances RPC method.

from message cosmos.bank.v1beta1.QueryAllBalancesRequest

Hierarchy

Constructors

Properties

address: string = ""

address is the address to query balances for.

from field: string address = 1;

pagination?: PageRequest

pagination defines an optional pagination for the request.

from field: cosmos.base.query.v1beta1.PageRequest pagination = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.bank.v1beta1.QueryAllBalancesRequest" = "cosmos.bank.v1beta1.QueryAllBalancesRequest"

Methods