Skip to main content

MerkleTreePath

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.19.0


@midnight-ntwrk/compact-runtime / MerkleTreePath

Interface: MerkleTreePath<A>

A path demonstrating inclusion in a Merkle tree. TypeScript representation of the Compact type of the same name.

Type Parameters

A

A

Properties

leaf

readonly leaf: A;

path

readonly path: MerkleTreePathEntry[];