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