Expand description

§Ethereum Transaction Pallet

The Ethereum Transaction pallet is a wrapper around the Ethereum pallet, and it allows other pallets to execute EVM calls. It keeps track of the nonce used for each call and builds a fake signature for executing the provided call.

The execution fees are charged by the Ethereum pallet, the only other extra fee is be the one from the nonce read operation.

Re-exports§

Modules§

  • The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.