Struct snarkvm_parameters::testnet3::BondPublicVerifier
source · pub struct BondPublicVerifier;
Implementations§
source§impl BondPublicVerifier
impl BondPublicVerifier
pub const METADATA: &'static str = "{\n \"prover_checksum\": \"9c3547df0e580953f75e42f30e97c5f1eea7ca40d244aeb8054ff6b25a65bd53\",\n \"prover_size\": 28802978,\n \"verifier_checksum\": \"10315aeb75b3e933292d6493629634eda93bfc85e8d16caf86127015c56734fd\",\n \"verifier_size\": 665\n}"
pub fn load_bytes() -> Result<Vec<u8>, ParameterError>
Trait Implementations§
source§impl Clone for BondPublicVerifier
impl Clone for BondPublicVerifier
source§fn clone(&self) -> BondPublicVerifier
fn clone(&self) -> BondPublicVerifier
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 BondPublicVerifier
impl Debug for BondPublicVerifier
source§impl PartialEq for BondPublicVerifier
impl PartialEq for BondPublicVerifier
source§fn eq(&self, other: &BondPublicVerifier) -> bool
fn eq(&self, other: &BondPublicVerifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BondPublicVerifier
impl StructuralEq for BondPublicVerifier
impl StructuralPartialEq for BondPublicVerifier
Auto Trait Implementations§
impl RefUnwindSafe for BondPublicVerifier
impl Send for BondPublicVerifier
impl Sync for BondPublicVerifier
impl Unpin for BondPublicVerifier
impl UnwindSafe for BondPublicVerifier
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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.