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

interface QueryTotalSupplyRequest {
    pagination?: PageRequest;
}

Properties

Properties

pagination?: PageRequest

pagination defines an optional pagination for the request.

Since: cosmos-sdk 0.43