pub type NominatorSlashInEra<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageNominatorSlashInEra<T>, Twox64Concat, EraIndex, Twox64Concat, T::AccountId, BalanceOf<T>>;
Expand description
All slashing events on nominators, mapped by era to the highest slash value of the era.
Storage type is [StorageDoubleMap
] with key1 type EraIndex, key2 type T :: AccountId and value type BalanceOf < T >.
Aliased Type§
struct NominatorSlashInEra<T: Config>(/* private fields */);