referrerpolicy=no-referrer-when-downgrade

Type Alias ValidatorSlashInEra

Source
pub type ValidatorSlashInEra<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageValidatorSlashInEra<T>, Twox64Concat, EraIndex, Twox64Concat, T::AccountId, (Perbill, BalanceOf<T>)>;
Expand description

All slashing events on validators, mapped by era to the highest slash proportion and slash value of the era.

Storage type is [StorageDoubleMap] with key1 type EraIndex, key2 type T :: AccountId and value type (Perbill, BalanceOf < T >).

Aliased Type§

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