pub trait Config: Config { type Currency: ReservableCurrency<Self::AccountId>; }
The pallet’s configuration trait.