pub type Amount64 = Decimal<4>;
Amount64 is a 64-bit integer based decimal type with 4 decimal digits precision.
pub struct Amount64(pub i64);
0: i64