Type Definition everscale_types::cell::CellHash
source · Expand description
Type alias for a cell hash.
Trait Implementations§
source§impl<C: CellFamily> Load<'_, C> for CellHash
impl<C: CellFamily> Load<'_, C> for CellHash
source§impl<C: CellFamily> Store<C> for CellHash
impl<C: CellFamily> Store<C> for CellHash
source§fn store_into(&self, b: &mut CellBuilder<C>, _: &mut dyn Finalizer<C>) -> bool
fn store_into(&self, b: &mut CellBuilder<C>, _: &mut dyn Finalizer<C>) -> bool
Tries to store itself into the cell builder.