UNPKG

minauth-erc721-timelock-plugin

Version:

This package contains an implementation of a MinAuth plugin that combines zero-knowledge Merkle "membership" proofs with the ability to register into to a Merkle tree with locking an Ethereum NFT.

7 lines (6 loc) 201 B
import type * as interfaces from "./interfaces"; export type { interfaces }; import type * as token from "./token"; export type { token }; import type * as utils from "./utils"; export type { utils };