Type Alias cancel_deferred_slash

cancel_deferred_slash: TxDescriptor<{
    era: number;
    slash_indices: number[];
}>

Cancel enactment of a deferred slash.

Can be called by the T::AdminOrigin.

Parameters: era and indices of the slashes for that era to kill.