interface OracleExchangeRate {
    exchangeRate: string;
    lastUpdate: string;
    lastUpdateTimestamp: bigint;
}

Properties

exchangeRate: string
lastUpdate: string
lastUpdateTimestamp: bigint