QueryTotalSupplyRequest is the request type for the Query/TotalSupply RPC method.

from message cosmos.bank.v1beta1.QueryTotalSupplyRequest

Hierarchy

Constructors

Properties

pagination?: PageRequest

pagination defines an optional pagination for the request.

Since: cosmos-sdk 0.43

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

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

Methods