Skip to main content

MerkleTreePathEntry

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.19.0


@midnight-ntwrk/compact-runtime / MerkleTreePathEntry

Interface: MerkleTreePathEntry

An entry in a Merkle path. TypeScript representation of the Compact type of the same name.

Properties

goes_left

readonly goes_left: boolean;

sibling

readonly sibling: MerkleTreeDigest;