Type Definition everscale_types::cell::CellHash

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

Type alias for a cell hash.

Trait Implementations§

source§

impl Load<'_> for CellHash

source§

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

Tries to load itself from a cell slice.
source§

impl Store for CellHash

source§

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

Tries to store itself into the cell builder.