pub type U128D20 = Fixed<u128, 20>;
Decimal type with 20 decimals and backed by u128
20
u128
struct U128D20(/* private fields */);