Expand description

Configuration trait of this pallet.

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

Required Associated Types§

The balance type.

Currency Id.

Convert T::CurrencyId to MultiLocation.

Convert T::AccountId to MultiLocation.

Self chain location.

Minimum xcm execution fee paid on destination chain.

XCM executor.

MultiLocation filter

Means of measuring the weight consumed by an XCM message locally.

Base XCM weight.

The actually weight for an XCM message is T::BaseXcmWeight + T::Weigher::weight(&msg).

Means of inverting a location.

The maximum number of distinct assets allowed to be transferred in a single helper extrinsic.

The way to retreave the reserve of a MultiAsset. This can be configured to accept absolute or relative paths for self tokens

Implementors§