Expand description
XCM configurations for Westend.
Structs§
- Asset
Hub - Asset
HubNext - Base
Delivery Fee - The base fee for the message delivery fees.
- Bridge
Hub - Broker
- Check
Account - Collectives
- DDay
Body Id - Encointer
- FeeAsset
Id - The asset ID for the asset that we use to pay for message delivery fees.
- Fellows
- Fellows
Body Id - Fellowship
Admin Body Id - General
Admin Body Id - Local
Plurality - MaxAssets
Into Holding - MaxInstructions
- Only
Parachains - People
- Root
Location - Staking
Admin Body Id - Teleport
Tracking - Westend does not have mint authority anymore after the Asset Hub migration.
- This
Network - Token
Location - Treasurer
Body Id - Treasury
Account - Universal
Location - Wnd
- WndFor
Asset Hub - WndFor
Asset HubNext - WndFor
Bridge Hub - WndFor
Broker - WndFor
Collectives - WndFor
Encointer - WndFor
People - XcmConfig
Type Aliases§
- Aliasers
- We let locations alias into child locations of their own.
This is a very simple aliasing rule, mimicking the behaviour of
the
DescendOrigin
instruction. - Barrier
- The barriers one of which must be passed for an XCM message to be executed.
- Fellowship
Admin ToPlurality - Type to convert the
FellowshipAdmin
origin to a PluralityLocation
value. - General
Admin ToPlurality - Type to convert the
GeneralAdmin
origin to a PluralityLocation
value. - Local
Asset Transactor - Local
Origin ToLocation - Converts a local signed origin into an XCM location. Forms the basis for local origins sending/executing XCMs.
- 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
Treasurer
origin to a PluralityLocation
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.