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. They must be sorted in ascending order, and unique.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::cancel_deferred_slash
.