UNPKG

gotake-contracts

Version:

TypeChain generated types and ABIs for GoTake contracts

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