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

Type alias to conveniently refer to the Currency::Balance associated type.