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

interface QuerySupplyOfResponseSDKType {
    amount: undefined | CoinSDKType;
}

Properties

Properties

amount: undefined | CoinSDKType