Module fixed

Source
Expand description

Utils for fixed-point numbers.

Functionsยง

signed_amount_to_decimal
Convert signed fixed-point amount to [Decimal].
signed_fixed_to_decimal
Convert signed fixed-point value to [Decimal].
signed_value_to_decimal
Convert signed USD value to [Decimal].
unsigned_amount_to_decimal
Convert unsigned fixed-point amount to [Decimal].
unsigned_fixed_to_decimal
Convert unsigned fixed-point number to [Decimal].
unsigned_value_to_decimal
Convert unsigned USD value to [Decimal].