UNPKG

gotake-contracts

Version:

TypeChain generated types and ABIs for GoTake contracts

18 lines (17 loc) 735 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 { AccountNFT } from "./AccountNFT"; export type { ContentNFT } from "./ContentNFT"; export type { ERC6551Account } from "./ERC6551Account"; 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";