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