pub struct Proof {
pub proof_indices: Vec<u8>,
pub sibling_hashes: Vec<Hash>,
pub existing_leaf_hash: Option<Hash>,
}Expand description
Proof structure for existence/non-existence proofs
Fields§
§proof_indices: Vec<u8>§sibling_hashes: Vec<Hash>§existing_leaf_hash: Option<Hash>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Proof
impl RefUnwindSafe for Proof
impl Send for Proof
impl Sync for Proof
impl Unpin for Proof
impl UnwindSafe for Proof
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more