Type Alias Proof

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

Type representing a Merkle proof

Aliased Typeยง

pub struct Proof { /* private fields */ }