UNPKG

@api3/contracts

Version:

Contracts through which API3 services are delivered

15 lines 782 B
import type * as interfaces from "./interfaces"; export type { interfaces }; import type * as proxies from "./proxies"; export type { proxies }; export type { AirseekerRegistry } from "./AirseekerRegistry"; export type { Api3MarketV2 } from "./Api3MarketV2"; export type { Api3ServerV1 } from "./Api3ServerV1"; export type { Api3ServerV1OevExtension } from "./Api3ServerV1OevExtension"; export type { BeaconUpdatesWithSignedData } from "./BeaconUpdatesWithSignedData"; export type { DapiServer } from "./DapiServer"; export type { DataFeedServer } from "./DataFeedServer"; export type { OevAuctionHouse } from "./OevAuctionHouse"; export type { OevDapiServer } from "./OevDapiServer"; export type { OevDataFeedServer } from "./OevDataFeedServer"; //# sourceMappingURL=index.d.ts.map