@skalenetwork/fair-manager-types
Version:
TypeScript typings for SKALE Fair Manager smart contracts
13 lines (12 loc) • 454 B
text/typescript
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
import type * as exitQueueSol from "./ExitQueue.sol";
export type { exitQueueSol };
import type * as fundSol from "./Fund.sol";
export type { fundSol };
import type * as poolSol from "./Pool.sol";
export type { poolSol };
import type * as fieldOperations from "./fieldOperations";
export type { fieldOperations };
export type { Precompiled } from "./Precompiled";