QuerySpendableBalancesResponse defines the gRPC response structure for querying an account's spendable balances.

Since: cosmos-sdk 0.46

from message cosmos.bank.v1beta1.QuerySpendableBalancesResponse

Hierarchy

Constructors

Properties

balances: Coin[] = []

balances is the spendable balances of all the coins.

from field: repeated cosmos.base.v1beta1.Coin balances = 1;

pagination?: PageResponse

pagination defines the pagination in the response.

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

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

Methods