UNPKG

gotake-contracts

Version:

TypeChain generated types and ABIs for GoTake contracts

17 lines (16 loc) 677 B
/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import type * as erc6551RegistrySol from "./ERC6551Registry.sol"; export type { erc6551RegistrySol }; import type * as interfaces from "./interfaces"; export type { interfaces }; export type { ERC6551Account } from "./ERC6551Account"; export type { IPNFT } from "./IPNFT"; export type { MockERC20 } from "./MockERC20"; export type { SS } from "./SS"; export type { SSE } from "./SSE"; export type { SSG } from "./SSG"; export type { TokenPurchase } from "./TokenPurchase"; export type { VideoPayment } from "./VideoPayment"; export type { VideoPaymentProxy } from "./VideoPaymentProxy";