UNPKG

@vaimee/my3sec-contracts

Version:

A set of contracts that implements the My3Sec protocol

7 lines (6 loc) 195 B
import type * as erc1155 from "./ERC1155"; export type { erc1155 }; import type * as erc20 from "./ERC20"; export type { erc20 }; import type * as erc721 from "./ERC721"; export type { erc721 };