Crate orml_xtokens

Source
Expand description

§Xtokens Module

§Overview

The xtokens module provides cross-chain token transfer functionality, by cross-consensus messages(XCM).

The xtokens module provides functions for

  • Token transfer from parachains to relay chain.
  • Token transfer between parachains, including relay chain tokens like DOT, KSM, and parachain tokens like ACA, aUSD.

§Interface

§Dispatchable functions

  • transfer: Transfer local assets with given CurrencyId and Amount.
  • transfer_multiasset: Transfer Asset assets.
  • transfer_with_fee: Transfer native currencies specifying the fee and amount as separate.
  • transfer_multiasset_with_fee: Transfer Asset specifying the fee and amount as separate.
  • transfer_multicurrencies: Transfer several currencies specifying the item to be used as fee.
  • transfer_multiassets: Transfer several Asset specifying the item to be used as fee.

Re-exports§

pub use module::*;

Modules§

module
The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.