logo
pub const DEFAULT_ROUND_SEIGNIORAGE_RATE: Ratio<u64>;
Expand description

Default round seigniorage rate represented as a fractional number.

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

(1+0.02)^((2^14)/31536000000)-1 is expressed as a fraction below.