af-utilities 0.15.0

Move types for the `utilities` package and off-chain numerical types for reproducing calculations
Documentation
1
2
3
4
5
6
7
//! Move types for the `utilities` package and off-chain numerical types for reproducing
//! calculations.

pub mod types;

pub use af_sui_types::U256;
pub use types::{Balance9, I256, IFixed};