MerkleTreePathEntry
@midnight-ntwrk/compact-runtime v0.9.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;