Module kintsugi_runtime_parachain::xcm_config
source · Structs
- A call filter for the XCM Transact instruction. This is a temporary measure until we properly account for proof size weights.
Functions
Type Definitions
- No local origins on this chain are allowed to dispatch XCM sends/executions.
- This is the type we use to convert an (incoming) XCM origin into a local
Origin
instance, ready for dispatching a transaction with Xcm’sTransact
. There is anOriginKind
which can biases the kind of localOrigin
it will become. - The means for routing XCM messages which are not for local execution into the right message queues.