Struct saffron::proof::StorageProof
source · pub struct StorageProof<G: CommitmentCurve> {
pub evaluation: G::ScalarField,
pub opening_proof: OpeningProof<G>,
}
Fields§
§evaluation: G::ScalarField
§opening_proof: OpeningProof<G>
Trait Implementations§
source§impl<'de, G: CommitmentCurve> Deserialize<'de> for StorageProof<G>where
G::ScalarField: CanonicalDeserialize + CanonicalSerialize,
impl<'de, G: CommitmentCurve> Deserialize<'de> for StorageProof<G>where G::ScalarField: CanonicalDeserialize + CanonicalSerialize,
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl<G> RefUnwindSafe for StorageProof<G>where G: RefUnwindSafe, <G as AffineRepr>::ScalarField: RefUnwindSafe,
impl<G> Send for StorageProof<G>
impl<G> Sync for StorageProof<G>
impl<G> Unpin for StorageProof<G>where G: Unpin, <G as AffineRepr>::ScalarField: Unpin,
impl<G> UnwindSafe for StorageProof<G>where G: UnwindSafe, <G as AffineRepr>::ScalarField: UnwindSafe,
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