Crate migration_app
source ·Expand description
ETH
An application that implements a bridged ETH asset.
Overview
ETH balances are stored in the tightly-coupled [asset
] runtime module. When an account holder burns
some of their balance, a Transfer
event is emit for this event
and relay it to the other chain.
Interface
Dispatchable Calls
burn
: Burn an ETH balance.
Re-exports
pub use pallet::*;
Modules
- The module that hosts all the FRAME types needed to add this pallet to a runtime.
Traits
- Weight functions needed for this pallet.