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

interface QueryTotalSupplyResponseAmino {
    pagination?: PageResponseAmino;
    supply?: CoinAmino[];
}

Properties

Properties

pagination?: PageResponseAmino

pagination defines the pagination in the response.

Since: cosmos-sdk 0.43

supply?: CoinAmino[]

supply is the supply of the coins