Type Alias UnappliedSlashes

UnappliedSlashes: StorageDescriptor<
    [Key: number],
    {
        others: [SS58String, bigint][];
        own: bigint;
        payout: bigint;
        reporters: SS58String[];
        validator: SS58String;
    }[],
    false,
    never,
>

All unapplied slashes that are queued for later.