Module rococo_runtime::xcm_config
source · Expand description
XCM configuration for Rococo.
Structs
- The base fee for the message delivery fees.
- The amount of weight an XCM operation takes. This is a safe overestimate.
- The asset ID for the asset that we use to pay for message delivery fees.
- A call filter for the XCM Transact instruction. This is a temporary measure until we properly account for proof size weights.
Type Definitions
- The barriers one of which must be passed for an XCM message to be executed.
- Our asset transactor. This is what allows us to interest with the runtime facilities from the point of view of XCM-only concepts like
MultiLocation
andMultiAsset
. - Type to convert an
Origin
type value into aMultiLocation
value which represents an interior location of this chain. - The XCM router. When we want to send an XCM message, we use this type. It amalgamates all of our individual routers.