[][src]Crate artemis_eth_app

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