pub type BalanceOf<T> = <Pallet<T> as Currency<<T as Config>::AccountId>>::Balance;
Type alias to conveniently refer to the Currency::Balance associated type.
Currency::Balance