Type Definition monotree::Proof

source ·
pub type Proof = Vec<(bool, Vec<u8>)>;
Expand description

A type representing Merkle proof.