1#![cfg_attr(all(doc, not(doctest)), feature(doc_auto_cfg))]
23//! Move types for the `utilities` package and off-chain numerical types for reproducing
4//! calculations.
56pub mod types;
78pub use af_sui_types::U256;
9pub use types::{Balance9, I256, IFixed};