@midnight-ntwrk/compact-runtime v0.7.0 • Readme | API
@midnight-ntwrk/compact-runtime v0.7.0 / 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;