referrerpolicy=no-referrer-when-downgrade

SlashingSpans

Type Alias 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§

pub struct SlashingSpans<T: Config>(/* private fields */);