Struct tree_index::Proof [−][src]
A merkle proof for an index.
Merkle trees are proven by checking the parent hashes.
Fields
verified_by: usize
Index of the node this was verified by.
nodes: Vec<usize>
Merkle proof for the index you pass, written in flat-tree
notation.
Methods
impl Proof
[src]
impl Proof
Trait Implementations
impl Debug for Proof
[src]
impl Debug for Proof
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Proof
[src]
impl PartialEq for Proof