$PendingSlashes: $.Shape<{
    keys: ReadonlyMap<number, AccountId32Like>;
    kind: "ForInvalid" | "AgainstValid";
}, {
    keys: $.ShapeMap<number, AccountId32>;
    kind: "ForInvalid" | "AgainstValid";
}> = ...

Slashes that are waiting to be applied once we have validator key identification.