Expand description
XCM configuration for Rococo.
Structs§
- Asset
Hub - Base
Delivery Fee - The base fee for the message delivery fees.
- Base
XcmWeight - The amount of weight an XCM operation takes. This is a safe overestimate.
- Bridge
Hub - Broker
- Check
Account - Collective
Body Id - Collective pluralistic body.
- Contracts
- Encointer
- FeeAsset
Id - The asset ID for the asset that we use to pay for message delivery fees.
- Fellows
Body Id - Fellows pluralistic body.
- Local
Check Account - Local
Plurality - MaxAssets
Into Holding - MaxInstructions
- Only
Parachains - People
- Roc
- RocFor
Asset Hub - RocFor
Bridge Hub - RocFor
Broker - RocFor
Contracts - RocFor
Encointer - RocFor
People - RocFor
Tick - RocFor
Track - RocFor
Trick - Root
Location - Staking
Admin Body Id - StakingAdmin pluralistic body.
- This
Network - Tick
- Token
Location - Track
- Treasury
Account - Treasury
Body Id - Treasury pluralistic body.
- Trick
- Universal
Location - XcmConfig
Type Aliases§
- Barrier
- The barriers one of which must be passed for an XCM message to be executed.
- Fellows
ToPlurality - Type to convert the Fellows origin to a Plurality
Location
value. - Local
Asset Transactor - Our asset transactor. This is what allows us to interest with the runtime facilities from the
point of view of XCM-only concepts like
Location
andAsset
. - Local
Origin ToLocation - Type to convert an
Origin
type value into aLocation
value which represents an interior location of this chain. - Local
Pallet Origin ToLocation - Type to convert a pallet
Origin
type value into aLocation
value which represents an interior location of this chain for a destination chain. - Location
Converter - Price
ForChild Parachain Delivery - Staking
Admin ToPlurality - Type to convert the
StakingAdmin
origin to a PluralityLocation
value. - Treasurer
ToPlurality - Type to convert the Treasury origin to a Plurality
Location
value. - Trusted
Teleporters - Waived
Locations - Locations that will not be charged fees in the executor, neither for execution nor delivery. We only waive fees for system functions, which these locations represent.
- XcmRouter
- The XCM router. When we want to send an XCM message, we use this type. It amalgamates all of our individual routers.