pub fn compute_inflation(maximum: Balance, year: u32) -> Option<u128>
Expand description

Formula: 1 - (99 / 100) ^ sqrt(year)