Type Alias pallet_staking::SlashingSpans
source · pub type SlashingSpans<T: Config> = StorageMap<_GeneratedPrefixForStorageSlashingSpans<T>, Twox64Concat, T::AccountId, SlashingSpans>;
Expand description
Slashing spans for stash accounts.
Storage type is [StorageMap
] with key type T :: AccountId
and value type slashing :: SlashingSpans
.
Aliased Type§
struct SlashingSpans<T: Config>(/* private fields */);