Trait mock_liquidity_source::pallet::Config
source · pub trait Config<I: 'static = ()>: Config + Config + Config + Config {
type GetFee: Get<Fixed>;
type EnsureDEXManager: EnsureDEXManager<Self::DEXId, Self::AccountId, DispatchError>;
type EnsureTradingPairExists: EnsureTradingPairExists<Self::DEXId, Self::AssetId, DispatchError>;
type DexInfoProvider: DexInfoProvider<Self::DEXId, DEXInfo<Self::AssetId>>;
}
Expand description
Configuration trait of this pallet.
Implement this type for a runtime in order to customize this pallet.