MerkleTreePath
@midnight-ntwrk/compact-runtime v0.14.0
@midnight-ntwrk/compact-runtime / 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​
A
Properties​
leaf​
readonly leaf: A;
path​
readonly path: MerkleTreePathEntry[];