Struct everscale_types::models::block::ProofChain
source · pub struct ProofChain { /* private fields */ }Expand description
Proofs from other workchains.
Trait Implementations§
source§impl Clone for ProofChain
impl Clone for ProofChain
source§fn clone(&self) -> ProofChain
fn clone(&self) -> ProofChain
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 ProofChain
impl Debug for ProofChain
source§impl<'a> Load<'a> for ProofChain
impl<'a> Load<'a> for ProofChain
source§impl PartialEq<ProofChain> for ProofChain
impl PartialEq<ProofChain> for ProofChain
source§fn eq(&self, other: &ProofChain) -> bool
fn eq(&self, other: &ProofChain) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Store for ProofChain
impl Store for ProofChain
source§fn store_into(
&self,
builder: &mut CellBuilder,
_: &mut dyn Finalizer
) -> Result<(), Error>
fn store_into( &self, builder: &mut CellBuilder, _: &mut dyn Finalizer ) -> Result<(), Error>
Tries to store itself into the cell builder.