[][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

Structs

Module

Enums

Call

Dispatchable calls.

Error
RawEvent

Events for this module.

Traits

Trait

Type Definitions

Event

RawEvent specialized for the configuration Trait