Crate pallet_ethereum[][src]

Expand description

Ethereum pallet

The Ethereum pallet works together with EVM pallet to provide full emulation for Ethereum block processing.

Re-exports

pub use $crate::traits::GetPalletVersion as _;

Structs

Block
GenesisConfig

Genesis config for the module, allow to build genesis storage.

IntermediateStateRoot
Log
Module

Ethereum pallet module.

Receipt
Transaction
TransactionMessage
TransactionStatus

Enums

Call

Dispatchable calls.

Error

Ethereum pallet errors.

EthereumStorageSchema

The schema version for Pallet Ethereum’s storage

Event

Events for this module.

ReturnValue
TransactionAction

Traits

Config

Configuration trait for Ethereum pallet.

Type Definitions

BalanceOf

A type alias for the balance type from this pallet’s point of view.