Type Alias U128D20

Source
pub type U128D20 = Fixed<u128, 20>;
Expand description

Decimal type with 20 decimals and backed by u128

Aliased Typeยง

struct U128D20(/* private fields */);