interface OracleExchangeRateSDKType {
    exchange_rate: string;
    last_update: string;
    last_update_timestamp: bigint;
}

Properties

exchange_rate: string
last_update: string
last_update_timestamp: bigint