pub struct AnchorProof {
pub proof: Vec<u8>,
pub leaf_raw: Vec<u8>,
pub nullifier_hash_raw: Vec<u8>,
pub roots_raw: Vec<Vec<u8>>,
pub public_inputs_raw: Vec<Vec<u8>>,
}Fields§
§proof: Vec<u8>§leaf_raw: Vec<u8>§nullifier_hash_raw: Vec<u8>§roots_raw: Vec<Vec<u8>>§public_inputs_raw: Vec<Vec<u8>>Auto Trait Implementations§
impl Freeze for AnchorProof
impl RefUnwindSafe for AnchorProof
impl Send for AnchorProof
impl Sync for AnchorProof
impl Unpin for AnchorProof
impl UnwindSafe for AnchorProof
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