Module altair_runtime::xcm

source ·

Structs§

Type Aliases§

  • Means for transacting the fungibles assets of this parachain.
  • Trader - The means of purchasing weight credit for XCM execution. We need to ensure we have at least one rule per token we want to handle or else the xcm executor won’t know how to charge fees for a transfer of said token.
  • This is the type we use to convert an (incoming) XCM origin into a local RuntimeOrigin instance, ready for dispatching a transaction with Xcm’s Transact. There is an OriginKind which can biases the kind of local RuntimeOrigin it will become.
  • The means for routing XCM messages which are not for local execution into the right message queues.