pub type BalanceOf<T> = <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance;
Expand description

The balance type used by the currency system.