QueryBalanceResponse is the response type for the Query/Balance RPC method.

from message cosmos.bank.v1beta1.QueryBalanceResponse

Hierarchy

Constructors

Properties

balance?: Coin

balance is the balance of the coin.

from field: cosmos.base.v1beta1.Coin balance = 1;

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

Methods