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