UNPKG

@zk-kit/incremental-merkle-tree

Version:
3 lines (2 loc) 141 B
import { HashFunction, MerkleProof } from "./types"; export default function verifyProof(proof: MerkleProof, hash: HashFunction): boolean;