Module common_runtime::xcm_config
source · Macros
- Create a type which implements the
Containstrait for a particular type with syntax similar tomatches!. - Create new implementations of the
Gettrait.
Structs
DropAssetsimplementation support asset amount lower thant ED handled byTakeRevenue.
Enums
- A
Containsimplementation that contains every value. - A
Containsimplementation that contains no value.
Traits
- A trait for querying a single value from a type.
Functions
Type Definitions
- No local origins on this chain are allowed to dispatch XCM sends/executions.
- Type for specifying how a
MultiLocationcan be converted into anAccountId. This is used when determining ownership of accounts for asset transacting and when attempting to use XCMTransactin order to determine the dispatch Origin. - This is the type we use to convert an (incoming) XCM origin into a local
Origininstance, ready for dispatching a transaction with Xcm’sTransact. There is anOriginKindwhich can biases the kind of localOriginit will become. - This is the type we use to convert an (incoming) XCM origin into a local
Origininstance, ready for dispatching a transaction with Xcm’sTransact. There is anOriginKindwhich can biases the kind of localOriginit will become. - The means for routing XCM messages which are not for local execution into the right message queues.