Modules§
- bridging
- All configuration related to bridging
Structs§
- Authorize
Alias Hold Reason - Checking
Account - Deposit
PerByte - Deposit
PerItem - Foreign
Assets Pallet Location - Governance
Location - MaxAssets
Into Holding - MaxInstructions
- Parent
OrParents Plurality - Pool
Assets Pallet Location - Pool
Assets Pallet Location V3 - Relay
Chain Origin - Relay
Network - Relay
Treasury Location - Root
Location - Staking
Pot - Token
Location - Treasury
Account - Trust
Backed Assets Pallet Index - Trust
Backed Assets Pallet Location - Trust
Backed Assets Pallet Location V3 - Uniques
Pallet Location - Universal
Location - Universal
Location Network Id - XcmBenchmark
Helper - Simple conversion of
u32
into anAssetId
for use in benchmarking. - XcmConfig
Type Aliases§
- Asset
Transactors - Means for transacting assets on this chain.
- Barrier
- Foreign
Assets Converted Concrete Id AssetId
/Balance
converter forForeignAssets
.- Foreign
Fungibles Transactor - Means for transacting foreign assets from different global consensus.
- Fungible
Transactor - Means for transacting the native currency on this chain.
- Fungibles
Transactor - Means for transacting assets besides the native currency on this chain.
- 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. - Pool
Assets Converted Concrete Id AssetId
/Balance
converter forPoolAssets
.- Pool
Assets Exchanger - Asset converter for pool assets. Used to convert one asset to another, when there is a pool available between the two. This type thus allows paying fees with any asset as long as there is a pool between said asset and the asset required for fee payment.
- Pool
Fungibles Transactor - Means for transacting asset conversion pool assets on this chain.
- Price
ForParent Delivery - Trust
Backed Assets Converted Concrete Id AssetId
/Balance
converter forTrustBackedAssets
.- 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:
- Uniques
Converted Concrete Id - Matcher for converting
ClassId
/InstanceId
into a uniques asset. - Uniques
Transactor - Means for transacting unique assets.
- 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.