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