pub type CreditOf<T> = Credit<<T as Config>::AccountId, <T as Config>::Currency>;Expand description
Type alias for credit (negative imbalance - funds that were removed).
This is for the fungible::Balanced trait.
Aliased Type§
pub struct CreditOf<T> { /* private fields */ }