Interface QueryExchangeRateResponseSDKType

QueryExchangeRateResponse is response type for the Query/ExchangeRate RPC method.

interface QueryExchangeRateResponseSDKType {
    oracle_exchange_rate: undefined | OracleExchangeRateSDKType;
}

Properties

oracle_exchange_rate: undefined | OracleExchangeRateSDKType