UNPKG

client-aftermath-ts-sdk

Version:
10 lines 316 B
import { Event, ObjectId, Timestamp } from "../../types"; export interface UpdatedPriceFeedEvent extends Event { priceFeedId: ObjectId; sourceWrapperId: ObjectId; oldPrice: number; oldTimestamp: Timestamp; newPrice: number; newTimestamp: Timestamp; } //# sourceMappingURL=oracleTypes.d.ts.map