Expand description

XCM configuration for Polkadot.

Structs

Type Definitions

  • The barriers one of which must be passed for an XCM message to be executed.
  • Type to convert the FellowshipAdmin origin to a Plurality MultiLocation value.
  • Type to convert the GeneralAdmin origin to a Plurality MultiLocation value.
  • Our asset transactor. This is what allows us to interact with the runtime assets from the point of view of XCM-only concepts like MultiLocation and MultiAsset.
  • Type to convert an Origin type value into a MultiLocation value which represents an interior location of this chain.
  • Type to convert a pallet Origin type value into a MultiLocation value which represents an interior location of this chain for a destination chain.
  • The canonical means of converting a MultiLocation into an AccountId, used when we want to determine the sovereign account controlled by a location.
  • Type to convert the StakingAdmin origin to a Plurality MultiLocation value.
  • Polkadot Relay recognizes/respects the Statemint chain as a teleporter.
  • The XCM router. When we want to send an XCM message, we use this type. It amalgamates all of our individual routers.