pub struct ClaimUnbondPublicProver;
Implementations§
Source§impl ClaimUnbondPublicProver
impl ClaimUnbondPublicProver
pub const METADATA: &'static str = "{\n \"prover_checksum\": \"92a44f7c51f6b80227ef6b7c1cfdcd2d7d8aefe728dbea65300d794f94772eb7\",\n \"prover_size\": 26927162,\n \"verifier_checksum\": \"586d5917bd34b703bcb2e4ca646c3ff468675a9dbfd7b26512e4de6d924c3725\",\n \"verifier_size\": 673\n}"
pub fn load_bytes() -> Result<Vec<u8>, ParameterError>
Auto Trait Implementations§
impl Freeze for ClaimUnbondPublicProver
impl RefUnwindSafe for ClaimUnbondPublicProver
impl Send for ClaimUnbondPublicProver
impl Sync for ClaimUnbondPublicProver
impl Unpin for ClaimUnbondPublicProver
impl UnwindSafe for ClaimUnbondPublicProver
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