Struct snarkvm_parameters::testnet3::UnbondPublicVerifier
source · pub struct UnbondPublicVerifier;
Implementations§
source§impl UnbondPublicVerifier
impl UnbondPublicVerifier
pub const METADATA: &'static str = "{\n \"prover_checksum\": \"9547c05b4fad4bb957c1b50b5fa15407cc7996b358fc6154240078a5547d4497\",\n \"prover_size\": 17014428,\n \"verifier_checksum\": \"09873cdd4edccecc576ed77501a6af9276e4952a3c02e20cded951b27105266a\",\n \"verifier_size\": 665\n}"
pub fn load_bytes() -> Result<Vec<u8>, ParameterError>
Trait Implementations§
source§impl Clone for UnbondPublicVerifier
impl Clone for UnbondPublicVerifier
source§fn clone(&self) -> UnbondPublicVerifier
fn clone(&self) -> UnbondPublicVerifier
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 UnbondPublicVerifier
impl Debug for UnbondPublicVerifier
source§impl PartialEq for UnbondPublicVerifier
impl PartialEq for UnbondPublicVerifier
source§fn eq(&self, other: &UnbondPublicVerifier) -> bool
fn eq(&self, other: &UnbondPublicVerifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for UnbondPublicVerifier
impl StructuralEq for UnbondPublicVerifier
impl StructuralPartialEq for UnbondPublicVerifier
Auto Trait Implementations§
impl RefUnwindSafe for UnbondPublicVerifier
impl Send for UnbondPublicVerifier
impl Sync for UnbondPublicVerifier
impl Unpin for UnbondPublicVerifier
impl UnwindSafe for UnbondPublicVerifier
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.