Expand description
Utils for price representation.
Re-exports§
pub use self::decimal::Decimal;
pub use self::decimal::DecimalError;
Modules§
- decimal
- Decimal type for price.
Structs§
- Price
- Price type.
Constants§
Functions§
- convert_
to_ u128_ storage - Convert to
u128
storage. - find_
divisor_ decimals - Finds the minimum divisor decimals needed to convert a fixed-point number
from
U192
storage tou128
storage.
Type Aliases§
- U192
- [
Uint
] for192
bits.