pub struct TransferPrivateToPublicVerifier;
Implementations§
source§impl TransferPrivateToPublicVerifier
impl TransferPrivateToPublicVerifier
pub const METADATA: &'static str = "{\n \"prover_checksum\": \"1ff64cb9cefbbed3416bfb67a0477327446ab5eccc9f725b27df195b948e956f\",\n \"prover_size\": 66174244,\n \"verifier_checksum\": \"d5b60dec01f95a92b305d914578657d35e1d390ae63e86f0665324b05f0f742d\",\n \"verifier_size\": 665\n}"
pub fn load_bytes() -> Result<Vec<u8>, ParameterError>
Trait Implementations§
source§impl Clone for TransferPrivateToPublicVerifier
impl Clone for TransferPrivateToPublicVerifier
source§fn clone(&self) -> TransferPrivateToPublicVerifier
fn clone(&self) -> TransferPrivateToPublicVerifier
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq for TransferPrivateToPublicVerifier
impl PartialEq for TransferPrivateToPublicVerifier
source§fn eq(&self, other: &TransferPrivateToPublicVerifier) -> bool
fn eq(&self, other: &TransferPrivateToPublicVerifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for TransferPrivateToPublicVerifier
impl StructuralEq for TransferPrivateToPublicVerifier
impl StructuralPartialEq for TransferPrivateToPublicVerifier
Auto Trait Implementations§
impl RefUnwindSafe for TransferPrivateToPublicVerifier
impl Send for TransferPrivateToPublicVerifier
impl Sync for TransferPrivateToPublicVerifier
impl Unpin for TransferPrivateToPublicVerifier
impl UnwindSafe for TransferPrivateToPublicVerifier
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.