Struct everscale_types::models::block::ProofChain
source · pub struct ProofChain<C: CellFamily> { /* private fields */ }Expand description
Proofs from other workchains.
Trait Implementations§
source§impl<C: CellFamily> Clone for ProofChain<C>
impl<C: CellFamily> Clone for ProofChain<C>
source§impl<C: CellFamily> Debug for ProofChain<C>
impl<C: CellFamily> Debug for ProofChain<C>
source§impl<'a, C: CellFamily> Load<'a, C> for ProofChain<C>
impl<'a, C: CellFamily> Load<'a, C> for ProofChain<C>
source§impl<C: CellFamily> PartialEq<ProofChain<C>> for ProofChain<C>
impl<C: CellFamily> PartialEq<ProofChain<C>> for ProofChain<C>
source§impl<C: CellFamily> Store<C> for ProofChain<C>
impl<C: CellFamily> Store<C> for ProofChain<C>
source§fn store_into(
&self,
builder: &mut CellBuilder<C>,
_: &mut dyn Finalizer<C>
) -> bool
fn store_into( &self, builder: &mut CellBuilder<C>, _: &mut dyn Finalizer<C> ) -> bool
Tries to store itself into the cell builder.