Crate everscale_types
source ·Expand description
Everscale types
Re-exports
pub use self::boc::Boc;pub use self::cell::Cell;pub use self::cell::CellDescriptor;pub use self::cell::CellFamily;pub use self::cell::CellHash;pub use self::cell::CellType;pub use self::cell::LevelMask;pub use self::dict::Dict;Modules
BOC (Bag Of Cells) implementation.
Cell tree implementation.
Dictionary implementation.
Merkle stuff.
Blockchain models.
Integer types used in blockchain models.
General stuff.
Structs
Thread-safe cell family.
Builder for constructing cells with densely packed data.
A read-only view for a subcell of a cell
Single-threaded cell family.
Usage tree for the
Rc family of cells.Enums
Error type for cell related errors.
Rule for including cells in the usage tree.
Traits
A data structure that can be deserialized from cells.
A data structure that can be serialized into cells.
Type Definitions
BOC (Bag Of Cells) helper for the
Arc family of cells.Thread-safe cell.
Cell builder for the
Arc family of cells.A read-only view for the
Arc family of cells.An ordinary dictionary with fixed length keys for the
Arc family of cells.BOC (Bag Of Cells) helper for the
Rc family of cells.Single-threaded cell.
Cell builder for the
Rc family of cells.A read-only view for the
Rc family of cells.An ordinary dictionary with fixed length keys for the
Rc family of cells.