QuerySupplyOfResponse is the response type for the Query/SupplyOf RPC method.

from message cosmos.bank.v1beta1.QuerySupplyOfResponse

Hierarchy

Constructors

Properties

amount?: Coin

amount is the supply of the coin.

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

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

Methods