Struct snarkvm_parameters::testnet3::FeePrivateVerifier
source · pub struct FeePrivateVerifier;
Implementations§
source§impl FeePrivateVerifier
impl FeePrivateVerifier
pub const METADATA: &'static str = "{\n \"prover_checksum\": \"43fab9849bfab3aca5c890622bd75ade9b2921cd7a8e74e71cadeba1e247af7f\",\n \"prover_size\": 66172740,\n \"verifier_checksum\": \"f3dfefcb9e6a691eb0168d547551fc4637c8703ee737c1795d335906b441548d\",\n \"verifier_size\": 665\n}"
pub fn load_bytes() -> Result<Vec<u8>, ParameterError>
Trait Implementations§
source§impl Clone for FeePrivateVerifier
impl Clone for FeePrivateVerifier
source§fn clone(&self) -> FeePrivateVerifier
fn clone(&self) -> FeePrivateVerifier
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 Debug for FeePrivateVerifier
impl Debug for FeePrivateVerifier
source§impl PartialEq for FeePrivateVerifier
impl PartialEq for FeePrivateVerifier
source§fn eq(&self, other: &FeePrivateVerifier) -> bool
fn eq(&self, other: &FeePrivateVerifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FeePrivateVerifier
impl StructuralEq for FeePrivateVerifier
impl StructuralPartialEq for FeePrivateVerifier
Auto Trait Implementations§
impl RefUnwindSafe for FeePrivateVerifier
impl Send for FeePrivateVerifier
impl Sync for FeePrivateVerifier
impl Unpin for FeePrivateVerifier
impl UnwindSafe for FeePrivateVerifier
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.