Struct snarkvm_parameters::testnet3::InclusionVerifier
source · pub struct InclusionVerifier;
Implementations§
source§impl InclusionVerifier
impl InclusionVerifier
pub const METADATA: &'static str = "{\n \"prover_checksum\": \"cd85cc53639becf39b9fc927643abda23f9d385ff2cb890f5df809e7a338bff8\",\n \"prover_size\": 232051458,\n \"verifier_checksum\": \"e6f3add8fb9f911e02e1aa08b761f24cc8ae5fb70df4da47a36a5bbb83b189ec\",\n \"verifier_size\": 665\n}"
pub fn load_bytes() -> Result<Vec<u8>, ParameterError>
Trait Implementations§
source§impl Clone for InclusionVerifier
impl Clone for InclusionVerifier
source§fn clone(&self) -> InclusionVerifier
fn clone(&self) -> InclusionVerifier
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InclusionVerifier
impl Debug for InclusionVerifier
source§impl PartialEq for InclusionVerifier
impl PartialEq for InclusionVerifier
source§fn eq(&self, other: &InclusionVerifier) -> bool
fn eq(&self, other: &InclusionVerifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for InclusionVerifier
impl StructuralPartialEq for InclusionVerifier
Auto Trait Implementations§
impl RefUnwindSafe for InclusionVerifier
impl Send for InclusionVerifier
impl Sync for InclusionVerifier
impl Unpin for InclusionVerifier
impl UnwindSafe for InclusionVerifier
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.