QuerySupplyOfRequest is the request type for the Query/SupplyOf RPC method.

interface QuerySupplyOfRequestAmino {
    denom?: string;
}

Properties

Properties

denom?: string

denom is the coin denom to query balances for.