Type Alias pallet_checked_inflation::pallet::YearStartIssuance
source · pub type YearStartIssuance<T: Config> = StorageValue<_GeneratedPrefixForStorageYearStartIssuance<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery>;
Expand description
Total token supply at the very beginning of the year before any inflation has been minted.
Storage type is [StorageValue
] with value type BalanceOf < T >
.
Aliased Type§
struct YearStartIssuance<T: Config>(/* private fields */);