gotake-contracts
Version:
TypeChain generated types and ABIs for GoTake contracts
13 lines (12 loc) • 442 B
text/typescript
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
import type * as cryptography from "./cryptography";
export type { cryptography };
import type * as introspection from "./introspection";
export type { introspection };
import type * as math from "./math";
export type { math };
export type { Address } from "./Address";
export type { Errors } from "./Errors";
export type { Strings } from "./Strings";