Type Alias cfg_types::fixed_point::Ratio

source ·
pub type Ratio = FixedU128<DECIMALS_18>;
Expand description

A fixed point number representation with 18 decimals. Used for representing a ratio between two things. _Fixed Point 128 bits unsigned with 18 decimals precision

Aliased Type§

struct Ratio(/* private fields */);