QuerySupplyOfResponse is the response type for the Query/SupplyOf RPC method.

interface QuerySupplyOfResponseAmino {
    amount?: CoinAmino;
}

Properties

Properties

amount?: CoinAmino

amount is the supply of the coin.