Type Alias PendingEmission

Source
pub type PendingEmission<T: Config> = StorageValue<_GeneratedPrefixForStoragePendingEmission<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery>;
Expand description

Amount of tokens accumulated since the last epoch. This increases on every block. See [distribute::get_total_emission_per_block].

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

Aliased Typeยง

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