pub struct UnbondPublicProver;
Implementations§
Source§impl UnbondPublicProver
impl UnbondPublicProver
pub const METADATA: &'static str = "{\n \"prover_checksum\": \"ddfffce2be31b4377d5b4f9114450fd747a161d892308fc2706c7e3050751120\",\n \"prover_size\": 28913482,\n \"verifier_checksum\": \"36f6ffe622f91bf9f534840297b65d783f9dba1e9e072e67d06e5e27f4fc6a65\",\n \"verifier_size\": 673\n}"
pub fn load_bytes() -> Result<Vec<u8>, ParameterError>
Auto Trait Implementations§
impl Freeze for UnbondPublicProver
impl RefUnwindSafe for UnbondPublicProver
impl Send for UnbondPublicProver
impl Sync for UnbondPublicProver
impl Unpin for UnbondPublicProver
impl UnwindSafe for UnbondPublicProver
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more