Type Definition everscale_types::cell::CellHash

source ·
pub type CellHash = [u8; 32];
Expand description

Type alias for a cell hash.

Trait Implementations§

source§

impl<C: CellFamily> Load<'_, C> for CellHash

source§

fn load_from(s: &mut CellSlice<'_, C>) -> Option<Self>

Tries to load itself from a cell slice.
source§

impl<C: CellFamily> Store<C> for CellHash

source§

fn store_into(&self, b: &mut CellBuilder<C>, _: &mut dyn Finalizer<C>) -> bool

Tries to store itself into the cell builder.