UNPKG

@api3/contracts

Version:

Contracts through which API3 services are delivered

12 lines 781 B
export type { MockApi3MarketV2 } from "./MockApi3MarketV2"; export type { MockApi3ReaderProxyV2 } from "./MockApi3ReaderProxyV2"; export type { MockApi3ServerV1OevExtensionOevBidPayer } from "./MockApi3ServerV1OevExtensionOevBidPayer"; export type { MockCallForwarderTarget } from "./MockCallForwarderTarget"; export type { MockContractWithNoDefaultPayable } from "./MockContractWithNoDefaultPayable"; export type { MockDapiProxyWithOev } from "./MockDapiProxyWithOev"; export type { MockMedian } from "./MockMedian"; export type { MockMulticallTarget } from "./MockMulticallTarget"; export type { MockSafeTarget } from "./MockSafeTarget"; export type { MockSelfMulticall } from "./MockSelfMulticall"; export type { MockSort } from "./MockSort"; //# sourceMappingURL=index.d.ts.map