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