pub type CdMerkleProof = Vec<Hash>;
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.
pub struct CdMerkleProof { /* private fields */ }