Type Definition pallet_staking::SlashingSpans

source ·
pub type SlashingSpans<T: Config> = StorageMap<_GeneratedPrefixForStorageSlashingSpans<T>, Twox64Concat, T::AccountId, SlashingSpans>;
Expand description

Slashing spans for stash accounts.