Expand description

Ethereum pallet

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

Re-exports

pub use ethereum::AccessListItem;
pub use ethereum::BlockV2 as Block;
pub use ethereum::LegacyTransactionMessage;
pub use ethereum::Log;
pub use ethereum::ReceiptV3 as Receipt;
pub use ethereum::TransactionAction;
pub use ethereum::TransactionSignature;
pub use ethereum::TransactionV2 as Transaction;
pub use pallet::*;

Modules

The rs-module that manages the basic account info in dvm.

The module that hosts all the FRAME types needed to add this pallet to a runtime.

Structs

Returns the Ethereum block hash by number.

Returned the Ethereum block state root.

Enums

Functions