Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MerkleTreeOptions

import type { MerkleTreeOptions } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/tezos-merkle/mod.ts";

Tezos-style Merkle tree constructor options

interface MerkleTreeOptions {
deduplicate?: boolean;
}

§Properties

§
deduplicate?: boolean
[src]