client-aftermath-ts-sdk
Version:
Client Aftermath TypeScript SDK
6 lines • 330 B
TypeScript
import { UpdatedPriceFeedEventOnChain } from "../oracleCastingTypes";
import { UpdatedPriceFeedEvent } from "../oracleTypes";
export declare class OracleApiCasting {
static updatedPriceFeedEventFromOnChain: (eventOnChain: UpdatedPriceFeedEventOnChain) => UpdatedPriceFeedEvent;
}
//# sourceMappingURL=oracleApiCasting.d.ts.map