Function pallet_staking::asset::deposit_slashed
source · pub fn deposit_slashed<T: Config>(
who: &T::AccountId,
value: NegativeImbalanceOf<T>,
)
Expand description
Deposit newly issued or slashed value
into who
.