pub const DEFAULT_ROUND_SEIGNIORAGE_RATE: Ratio<u64>;
Expand description

Round seigniorage rate represented as a fraction of the total supply.

Annual issuance: 8% Minimum round length: 2^14 ms Ticks per year: 31536000000

(1+0.08)^((2^14)/31536000000)-1 is expressed as a fractional number below.