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

interface QueryTotalSupplyResponse {
    pagination?: PageResponse;
    supply: Coin[];
}

Properties

Properties

pagination?: PageResponse

pagination defines the pagination in the response.

Since: cosmos-sdk 0.43

supply: Coin[]

supply is the supply of the coins