QueryExchangeRateRequest is the request type for the Query/ExchangeRate RPC method.

interface QueryExchangeRateRequestAmino {
    denom?: string;
}

Properties

Properties

denom?: string

denom defines the denomination to query for.