Type Alias cfg_types::fixed_point::Quantity
source · pub type Quantity = FixedU128<DECIMALS_18>;
Expand description
A fixed point number representation with 18 decimals. Used for representing a quantity of something. _Fixed Point 128 bits unsigned with 18 decimals precision
Aliased Type§
struct Quantity(/* private fields */);