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

interface QueryTotalSupplyRequestAmino {
    pagination?: PageRequestAmino;
}

Properties

Properties

pagination?: PageRequestAmino

pagination defines an optional pagination for the request.

Since: cosmos-sdk 0.43