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

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