Type Alias pallet_staking::UnappliedSlashes
source · pub type UnappliedSlashes<T: Config> = StorageMap<_GeneratedPrefixForStorageUnappliedSlashes<T>, Twox64Concat, EraIndex, Vec<UnappliedSlash<T::AccountId, BalanceOf<T>>>, ValueQuery>;
Expand description
All unapplied slashes that are queued for later.
Storage type is [StorageMap
] with key type EraIndex
and value type Vec < UnappliedSlash < T :: AccountId, BalanceOf < T > > >
.
Aliased Type§
struct UnappliedSlashes<T: Config>(/* private fields */);