Struct everscale_types::boc::de::ProcessedCells
source · pub struct ProcessedCells<C: CellFamily>(_);Expand description
Array of processed cells.
Implementations§
source§impl<C: CellFamily> ProcessedCells<C>
impl<C: CellFamily> ProcessedCells<C>
sourcepub fn get(&self, index: u32) -> Option<CellContainer<C>>
pub fn get(&self, index: u32) -> Option<CellContainer<C>>
Returns a processed cell by index.