Type Definition t1rn_parachain_runtime::xbi_config::NegativeImbalance
source · pub type NegativeImbalance<T> = <Pallet<T> as Currency<<T as Config>::AccountId>>::NegativeImbalance;
Expand description
Type alias to conveniently refer to the Currency::NegativeImbalance
associated type.