Module runtime_common::xcm_config
source · Structs
- Reserved funds to the relay chain can’t return. See https://github.com/paritytech/polkadot/issues/5233 Usage of the new xcm matcher. See https://github.com/paritytech/polkadot/pull/7098
- Deny executing the xcm message if it matches any of the Deny filter regardless of anything else. If it passes the Deny and matches one of the Allow cases, then it is let through.
Type Aliases
- Means for transacting assets on this chain.
- Type for specifying how a
Location
can be converted into anAccountId
. This is used when determining ownership of accounts for asset transacting and when attempting to use XCMTransact
in order to determine the dispatch Origin.