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