pub type CreditOf<T> = Credit<AccountIdFor<T>, <T as Config>::Currency>;
pub struct CreditOf<T> { /* private fields */ }