[][src]Function casper_types::mint::round_seigniorage_rate

pub fn round_seigniorage_rate() -> Ratio<U512>

Returns the round seigniorage rate

Annual issuance: 2% Minimum round exponent: 14 Ticks per year: 31536000000

>>> ((1+0.02)**(2**14/31536000000)-1)
1.0288123020174567e-08
>>> 102881230202/10000000000000000000
1.02881230202e-08