Skip to main content

PRICE_SCALE

Constant PRICE_SCALE 

Source
pub const PRICE_SCALE: i128 = 100_000_000;
Expand description

Fixed-point scale: 1e8 (same as engine contract units). All monetary values in leaves are stored as i128 scaled by 1e8. Example: $95,000.50 = 9_500_050_000_000i128