Type Definition pallet_ema_oracle::Price

source ·
pub type Price = EmaPrice;
Expand description

A price is a tuple of two u128s representing the numerator and denominator of a rational number.