pub type NominatorSlashInEra<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageNominatorSlashInEra<T>, Twox64Concat, EraIndex, Twox64Concat, AccountId<T>, RKT<T>>;
Expand description

All slashing events on nominators, mapped by era to the highest slash value of the era.