pub struct UnbondDelegatorAsValidatorProver;
Implementations§
source§impl UnbondDelegatorAsValidatorProver
impl UnbondDelegatorAsValidatorProver
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>
Auto Trait Implementations§
impl RefUnwindSafe for UnbondDelegatorAsValidatorProver
impl Send for UnbondDelegatorAsValidatorProver
impl Sync for UnbondDelegatorAsValidatorProver
impl Unpin for UnbondDelegatorAsValidatorProver
impl UnwindSafe for UnbondDelegatorAsValidatorProver
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