pub type SpanSlash<T: Config> = StorageMap<_GeneratedPrefixForStorageSpanSlash<T>, Twox64Concat, (AccountId<T>, SpanIndex), SpanRecord<RingBalance<T>, KtonBalance<T>>, ValueQuery>;
Expand description

Records information about the maximum slash of a stash within a slashing span, as well as how much reward has been paid out.