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.

6 lines (5 loc) 187 B
import type * as introspection from "./introspection"; export type { introspection }; import type * as math from "./math"; export type { math }; export type { Strings } from "./Strings";