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

interface QuerySupplyOfRequest {
    denom: string;
}

Properties

Properties

denom: string

denom is the coin denom to query balances for.