pub struct ClaimUnbondPublicProver;
Implementations§
Source§impl ClaimUnbondPublicProver
impl ClaimUnbondPublicProver
pub const METADATA: &'static str = "{\n \"prover_checksum\": \"73b8d8227b5d4b81028c5500ce40d0be33bc892782bb9df63e9c335aa3e74de5\",\n \"prover_size\": 26927162,\n \"verifier_checksum\": \"ba3259437c81f964cc2d7a9fb4fa403ba814342ce05e1762e91bad9efb3b3098\",\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