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.
T::AdminOrigin
UnappliedSlashes
era
slash_keys
(stash, slash_fraction, page_index)
Cancels scheduled slashes for a given era before they are applied.
This function allows
T::AdminOrigin
to selectively remove pending slashes from theUnappliedSlashes
storage, preventing their enactment.Parameters
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)
.