everscale_types/
prelude.rs

1
2
3
4
5
6
7
8
9
10
11
//! The `everscale-types` prelude.
//!
//! This brings into scope a number of traits and commonly used type aliases.

pub use crate::boc::{Boc, BocRepr};
pub use crate::cell::{
    Cell, CellBuilder, CellContext, CellFamily, CellImpl, CellSlice, CellSliceParts,
    CellSliceRange, CellType, DynCell, EquivalentRepr, ExactSize, HashBytes, Load, Size, Store,
    UsageTree, UsageTreeMode, WeakCell,
};
pub use crate::dict::{AugDict, Dict, RawDict};