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

interface QueryExchangeRateRequest {
    denom: string;
}

Properties

Properties

denom: string

denom defines the denomination to query for.