//! Type aliases used in the consensus codevbase. use dashu::float::{round::mode::Zero, FBig}; pub type Float10 = FBig<Zero, 10>;