Type Alias pallet_checked_inflation::pallet::YearlyInflationPerEra

source ·
pub type YearlyInflationPerEra<T: Config> = StorageValue<_GeneratedPrefixForStorageYearlyInflationPerEra<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery>;
Expand description

The number of tokens minted at the beginning of every era during a year.

Storage type is [StorageValue] with value type BalanceOf < T >.

Aliased Type§

struct YearlyInflationPerEra<T: Config>(/* private fields */);