Type Alias cancel_deferred_slash

cancel_deferred_slash: TxDescriptor<
    { era: number; slash_keys: [SS58String, number, number][] },
>

Cancels scheduled slashes for a given era before they are applied.

This function allows T::AdminOrigin to selectively remove pending slashes from the UnappliedSlashes storage, preventing their enactment.

  • era: The staking era for which slashes were deferred.
  • slash_keys: A list of slash keys identifying the slashes to remove. This is a tuple of (stash, slash_fraction, page_index).
MMNEPVFCICPMFPCPTTAAATR