pub trait Config: Config + Config {
type ReservesAcc: Get<Self::AccountId>;
type WeightInfo: WeightInfo;
}Expand description
Configuration trait of this pallet.
Implement this type for a runtime in order to customize this pallet.
pub trait Config: Config + Config {
type ReservesAcc: Get<Self::AccountId>;
type WeightInfo: WeightInfo;
}Configuration trait of this pallet.
Implement this type for a runtime in order to customize this pallet.