Crate erc20_app

source ·
Expand description

ERC20

An application that implements bridged ERC20 token assets.

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 emitted. An external relayer will listen for this event and relay it to the other chain.

Interface

Dispatchable Calls

  • burn: Burn an ERC20 token balance.

Re-exports

Modules

  • The module that hosts all the FRAME types needed to add this pallet to a runtime.
  • Autogenerated weights for erc20_app

Constants