UNPKG

@coti-io/coti-contracts-examples

Version:

Example smart contracts demonstrating the use of COTI's GC technology, including integrations with MPC, private ERC20, and ERC721 contracts.

10 lines (9 loc) 428 B
/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ export type { DataOnChain } from "./DataOnChain"; export type { OnChainDatabase } from "./OnChainDatabase"; export type { PrivateAuction } from "./PrivateAuction"; export type { PrivateIdentityRegistry } from "./PrivateIdentityRegistry"; export type { PrivateNFT } from "./PrivateNFT"; export type { PrivateToken } from "./PrivateToken";