MerkleTreePathEntry
For the complete documentation index, see llms.txt
@midnight-ntwrk/compact-runtime v0.16.0-rc.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;