UNPKG

@api3/contracts

Version:

Contracts through which API3 services are delivered

12 lines 757 B
export type { IAirseekerRegistry } from "./IAirseekerRegistry"; export type { IApi3MarketV2 } from "./IApi3MarketV2"; export type { IApi3ServerV1 } from "./IApi3ServerV1"; export type { IApi3ServerV1OevExtension } from "./IApi3ServerV1OevExtension"; export type { IApi3ServerV1OevExtensionOevBidPayer } from "./IApi3ServerV1OevExtensionOevBidPayer"; export type { IBeaconUpdatesWithSignedData } from "./IBeaconUpdatesWithSignedData"; export type { IDapiServer } from "./IDapiServer"; export type { IDataFeedServer } from "./IDataFeedServer"; export type { IOevAuctionHouse } from "./IOevAuctionHouse"; export type { IOevDapiServer } from "./IOevDapiServer"; export type { IOevDataFeedServer } from "./IOevDataFeedServer"; //# sourceMappingURL=index.d.ts.map