pub type Proof = Vec<(bool, Vec<u8>)>;
Type representing a Merkle proof
pub struct Proof { /* private fields */ }