Type Alias U64D9

Source
pub type U64D9 = Fixed<u64, 9>;
Expand description

Decimal type with 9 decimals and backed by u64

Aliased Typeยง

struct U64D9(/* private fields */);