UNPKG

@api3/contracts

Version:

Contracts through which API3 services are delivered

9 lines 568 B
import type * as interfaces from "./interfaces"; export type { interfaces }; export type { AccessControlRegistry } from "./AccessControlRegistry"; export type { AccessControlRegistryAdminned } from "./AccessControlRegistryAdminned"; export type { AccessControlRegistryAdminnedWithManager } from "./AccessControlRegistryAdminnedWithManager"; export type { GnosisSafeWithoutProxy } from "./GnosisSafeWithoutProxy"; export type { HashRegistry } from "./HashRegistry"; export type { OwnableCallForwarder } from "./OwnableCallForwarder"; //# sourceMappingURL=index.d.ts.map