Module basilisk_runtime::xcm

source ·

Structs

The amount of weight an XCM operation takes. This is a safe overestimate.
OnDepositFail impl, will deposit known currencies to an alternative account.
A MatchesFungible implementation. It matches concrete fungible assets whose id could be converted into CurrencyId.
The TransactAsset implementation, to handle MultiAsset deposit/withdraw. Note that teleport related functions are unimplemented.
A FilterAssetLocation implementation. Filters multi native assets whose reserve is same with origin.

Type Definitions

Type for specifying how a MultiLocation can be converted into an AccountId. This is used when determining ownership of accounts for asset transacting and when attempting to use XCM Transact in order to determine the 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’s Transact. There is an OriginKind which can biases the kind of local Origin it will become.
The means for routing XCM messages which are not for local execution into the right message queues.