pub trait Config: Config + Config + Config {
type WeightInfo: WeightInfo;
type AssetInfoProvider: AssetInfoProvider<Self::AssetId, Self::AccountId, AssetSymbol, AssetName, BalancePrecision, ContentSource, Description>;
type QaToolsWhitelistCapacity: Get<u32>;
}
Expand description
Configuration trait of this pallet.
Implement this type for a runtime in order to customize this pallet.