pub type CreditOf<T> = Credit<<T as Config>::AccountId, <T as Config>::Currency>;
Type alias for credit (negative imbalance - funds that were slashed/removed).
pub struct CreditOf<T> { /* private fields */ }