pub type StakingEmissionSupply<T> = StorageValue<_GeneratedPrefixForStorageStakingEmissionSupply<T>, BalanceOf<T>, ValueQuery>;
Expand description

Remaining emission supply. This reduces after each era as emissions happen unless emissions are disabled. Name is intentionally kept different from EmissionSupply from dock_poa module.