pub type UnappliedSlashes<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageUnappliedSlashes<T>, Twox64Concat, EraIndex, Twox64Concat, (T::AccountId, Perbill, u32), UnappliedSlash<T>, OptionQuery>;
Expand description
All unapplied slashes that are queued for later.
Storage type is [StorageDoubleMap
] with key1 type EraIndex, key2 type (T :: AccountId, Perbill, u32) and value type UnappliedSlash < T >.
Aliased Type§
struct UnappliedSlashes<T: Config>(/* private fields */);