Expand description

Configuration trait of this pallet.

Implement this type for a runtime in order to customize this pallet.

Required Associated Types§

Something to execute an XCM message. We need this to service the XCMoXCMP queue.

Information on the avaialble XCMP channels.

Means of converting an Xcm into a VersionedXcm.

The origin that is allowed to execute overweight messages.

The origin that is allowed to resume or suspend the XCMP queue.

The conversion function used to attempt to convert an XCM MultiLocation origin to a superuser origin.

The weight information of this pallet.

Implementors§