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

PathOptions

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

Path constructor options

interface PathOptions {
block: Uint8Array;
root: Uint8Array;
siblings: Sibling[];
}

§Properties

§
block: Uint8Array
[src]

Data block

§
root: Uint8Array
[src]

Root node hash

§
siblings: Sibling[]
[src]

Sibling nodes along the path from the block to the root hash.