Crate everscale_types
source ·Re-exports
pub use self::boc::Boc;pub use self::cell::builder::CellBuilder;pub use self::cell::slice::CellSlice;pub use self::cell::Cell;pub use self::cell::CellDescriptor;pub use self::cell::CellHash;pub use self::cell::LevelMask;Modules
Structs
Thread-safe cell family.
Single-threaded cell family.
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.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.