Trait qa_tools::pallet::Config

source ·
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.

Required Associated Types§

source

type WeightInfo: WeightInfo

source

type AssetInfoProvider: AssetInfoProvider<Self::AssetId, Self::AccountId, AssetSymbol, AssetName, BalancePrecision, ContentSource, Description>

source

type QaToolsWhitelistCapacity: Get<u32>

Implementors§