Type Definition pallet_ema_oracle::Price
source · pub type Price = EmaPrice;
Expand description
A price is a tuple of two u128
s representing the numerator and denominator of a rational number.
pub type Price = EmaPrice;
A price is a tuple of two u128
s representing the numerator and denominator of a rational number.