referrerpolicy=no-referrer-when-downgrade

Module xcm_config

Source
Expand description

XCM configurations for Westend.

Structs§

AssetHub
AssetHubNext
BaseDeliveryFee
The base fee for the message delivery fees.
BridgeHub
Broker
CheckAccount
Collectives
DDayBodyId
Encointer
FeeAssetId
The asset ID for the asset that we use to pay for message delivery fees.
Fellows
FellowsBodyId
FellowshipAdminBodyId
GeneralAdminBodyId
LocalPlurality
MaxAssetsIntoHolding
MaxInstructions
OnlyParachains
People
RootLocation
StakingAdminBodyId
TeleportTracking
Westend does not have mint authority anymore after the Asset Hub migration.
ThisNetwork
TokenLocation
TreasurerBodyId
TreasuryAccount
UniversalLocation
Wnd
WndForAssetHub
WndForAssetHubNext
WndForBridgeHub
WndForBroker
WndForCollectives
WndForEncointer
WndForPeople
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.
FellowshipAdminToPlurality
Type to convert the FellowshipAdmin origin to a Plurality Location value.
GeneralAdminToPlurality
Type to convert the GeneralAdmin origin to a Plurality Location value.
LocalAssetTransactor
LocalOriginToLocation
Converts a local signed origin into an XCM location. Forms the basis for local origins sending/executing XCMs.
LocalPalletOriginToLocation
Type to convert a pallet Origin type value into a Location value which represents an interior location of this chain for a destination chain.
LocationConverter
PriceForChildParachainDelivery
StakingAdminToPlurality
Type to convert the StakingAdmin origin to a Plurality Location value.
TreasurerToPlurality
Type to convert the Treasurer origin to a Plurality Location value.
TrustedTeleporters
WaivedLocations
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.