Trait cumulus_pallet_dmp_queue::pallet::Config [−][src]
pub trait Config: Config {
type Event: From<Event<Self>> + IsType<<Self as Config>::Event>;
type XcmExecutor: ExecuteXcm<Self::Call>;
type ExecuteOverweightOrigin: EnsureOrigin<Self::Origin>;
}
Expand description
The module configuration trait.
Associated Types
type XcmExecutor: ExecuteXcm<Self::Call>
type ExecuteOverweightOrigin: EnsureOrigin<Self::Origin>
type ExecuteOverweightOrigin: EnsureOrigin<Self::Origin>
Origin which is allowed to execute overweight messages.