@midnight-ntwrk/compact-runtime v0.7.0 • Readme | API
@midnight-ntwrk/compact-runtime v0.7.0 / 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
Properties
leaf
readonly leaf: a;
path
readonly path: MerkleTreePathEntry[];