[−][src]Crate artemis_erc20_app
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
This application implements the Application
trait and conforms to its interface.
Dispatchable Calls
burn
: Burn an ERC20 token balance.
Structs
Module |
Enums
Call | Dispatchable calls. |
Error | |
RawEvent | Events for this module. |
Traits
Trait |
Type Definitions
Event |