pub fn slash<T: Config>( who: &T::AccountId, value: BalanceOf<T>, ) -> (NegativeImbalanceOf<T>, BalanceOf<T>)
Slash the value from who.
who
A negative imbalance is returned which can be resolved to deposit the slashed value.