Module everscale_types::cell

source ·

Modules

Cell creation utils.
Cell finalization primitives.
Single-threaded cell implementation.
Cell view utils.
Thread-safe cell implementation.

Structs

Tightly packed info about a cell.
Cell tree storage stats.
An iterator through child nodes which produces cloned references.
Helper struct to print only the root cell in the cell tree.
Helper struct to print all cells in the cell tree.
de Brujn level presense bitset.
An iterator through child nodes.

Enums

Well-formed cell type.

Constants

Hash of an empty (0 bits of data, no refs) ordinary cell.
Max cell data capacity in bits
Maximum number of child cells

Traits

Represents the interface of a well-formed cell.
Cell implementation family.

Type Definitions

Type alias for a cell family container.
Type alias for a cell hash.