Type Alias cfg_types::fixed_point::Rate

source ·
pub type Rate = FixedU128<DECIMALS_27>;
Expand description

A fixed point number representation with 27 decimals. Used for representing a rate, mostly interest rate. _Fixed Point 128 bits unsigned with 27 decimals precision

Aliased Type§

struct Rate(/* private fields */);