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

interface QuerySupplyOfResponse {
    amount: undefined | Coin;
}

Properties

Properties

amount: undefined | Coin

amount is the supply of the coin.