Structs§
- Authorize
Alias Hold Reason - Deposit
PerByte - Deposit
PerItem - MaxAssets
Into Holding - MaxInstructions
- Parent
OrParents Plurality - Relay
Chain Origin - Relay
Network - Relay
Treasury Location - Root
Location - Treasury
Account - Universal
Location - Westend
Location - XcmConfig
Type Aliases§
- Barrier
- Fungible
Transactor - Means for transacting the native currency on this chain.
- Governance
Location - The governance on the AssetHub.
- Local
Origin ToLocation - Converts a local signed origin into an XCM location. Forms the basis for local origins sending/executing XCMs.
- Location
ToAccount Id - Type for specifying how a
Location
can be converted into anAccountId
. This is used when determining ownership of accounts for asset transacting and when attempting to use XCMTransact
in order to determine the dispatch Origin. - Price
ForParent Delivery - Trusted
Aliasers - Defines origin aliasing rules for this chain.
- Trusted
Teleporters - Cases where a remote origin is accepted as trusted Teleporter for a given asset:
- Waived
Locations - Locations that will not be charged fees in the executor, either execution or delivery. We only waive fees for system functions, which these locations represent.
- XcmOrigin
ToTransact Dispatch Origin - This is the type we use to convert an (incoming) XCM origin into a local
Origin
instance, ready for dispatching a transaction with Xcm’sTransact
. There is anOriginKind
which can biases the kind of localOrigin
it will become. - XcmRouter
- The means for routing XCM messages which are not for local execution into the right message queues.