gotake-contracts
Version:
TypeChain generated types and ABIs for GoTake contracts
10 lines (9 loc) • 352 B
TypeScript
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";