Crate pallet_token_mux
source ·Expand description
§Token Mux Pallet
Enables proxying variants of the same foreign assets to a local asset representation. By locking a variant, the user receives the corresponding amount of the local representation minted. The reverse process burns the local asset and transfers back the desired variant directions.
§Assumptions
- The exchange rate between the local and its variant assets is exactly one.
- Orders can be created for local <> variant asset
Re-exports§
pub use weights::WeightInfo;
pub use pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.