pub type NegativeImbalance<T> = <Pallet<T> as Currency<<T as Config>::AccountId>>::NegativeImbalance;
Type alias to conveniently refer to the Currency::NegativeImbalance associated type.
Currency::NegativeImbalance