QueryTotalSupplyResponse is the response type for the Query/TotalSupply RPC method

from message cosmos.bank.v1beta1.QueryTotalSupplyResponse

Hierarchy

Constructors

Properties

pagination?: PageResponse

pagination defines the pagination in the response.

Since: cosmos-sdk 0.43

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

supply: Coin[] = []

supply is the supply of the coins

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

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

Methods