CdMerkleProof

Type Alias CdMerkleProof 

Source
pub type CdMerkleProof = Vec<Hash>;
Expand description

Proof for an item or subtree in a constant-depth Merkle tree.

This is a co-path from the root to the leaf or intermediate node.

Aliased Typeยง

pub struct CdMerkleProof { /* private fields */ }