UNPKG

gotake-contracts

Version:

TypeChain generated types and ABIs for GoTake contracts

14 lines (13 loc) 587 B
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";