UNPKG

client-aftermath-ts-sdk

Version:
6 lines 330 B
import { UpdatedPriceFeedEventOnChain } from "../oracleCastingTypes"; import { UpdatedPriceFeedEvent } from "../oracleTypes"; export declare class OracleApiCasting { static updatedPriceFeedEventFromOnChain: (eventOnChain: UpdatedPriceFeedEventOnChain) => UpdatedPriceFeedEvent; } //# sourceMappingURL=oracleApiCasting.d.ts.map