Function pallet_staking::dispatchables::cancel_deferred_slash
source · pub fn cancel_deferred_slash<T: Config>(era: EraIndex, slash_indices: Vec<u32>)
Expand description
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.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::cancel_deferred_slash
.