pub struct UnbondPublicVerifier;
Implementations§
Source§impl UnbondPublicVerifier
impl UnbondPublicVerifier
pub const METADATA: &'static str = "{\n \"prover_checksum\": \"e66bb2f7c74ce22e3774bb5b7804238b493f9ae0b975267a7e3707c00b01dbd1\",\n \"prover_size\": 28913482,\n \"verifier_checksum\": \"775abaecf38aaca0bd1a7884e61be132b85a8cdc30a01ba6ef8e433f8d0744a4\",\n \"verifier_size\": 673\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
impl Eq for UnbondPublicVerifier
impl StructuralPartialEq for UnbondPublicVerifier
Auto Trait Implementations§
impl Freeze for UnbondPublicVerifier
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.