Type Alias SpanSlash

SpanSlash: StorageDescriptor<
    [Key: [SS58String, number]],
    { paid_out: bigint; slashed: bigint },
    false,
    never,
>

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