import { MerkleTree } from "https://deno.land/x/lucid@0.10.1/src/utils/mod.ts";
Static Methods
private
buildRecursively(hashes: Array<Hash>): MerkleNode | nullfromHashes(hashes: Array<Hash>)
Construct Merkle tree from sha256 hashes
verify(): boolean
data: Uint8Array,
rootHash: Hash,
proof: MerkleTreeProof,