Expand description

§Ethereum Checked Pallet

§Overview

A pallet-ethereum like pallet that execute transactions from checked source, like XCM remote call. Only Calltransactions are supported (noCreate`).

The checked source guarantees that transactions are valid with prior checks, so these transactions are not required to include valid signatures. Instead, pallet-ethereum-checked will add the same dummy signature to them. To avoid transaction hash collisions, a global nonce shared with all users are used.

§Interface

§Dispatch-able calls

  • transact: transact an Ethereum transaction. Similar to pallet_ethereum::Transact, but is only for XCM remote call.

Re-exports§

Modules§

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

Structs§

Enums§

Type Aliases§