pub const PRECISION_MULTIPLIER: u128 = u64::MAX as u128; // 18_446_744_073_709_551_615u128
Expand description

Number of decimal points of precision that rewards_per_token_stored uses.