Crate orml_xcm_support[][src]

Expand description

XCM Support Module.

Overview

The XCM support module provides supporting traits, types and implementations, to support cross-chain message(XCM) integration with ORML modules.

Structs

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.

Traits

Handlers unknown asset deposit and withdraw.