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