Crate pallet_ethereum_checked
source ·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 (no
Create`).
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 topallet_ethereum::Transact
, but is only for XCM remote call.
Re-exports§
pub use weights::WeightInfo;
pub use pallet::*;
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§
- Ensure the origin is with XCM calls.
Enums§
- Transaction kind.
- Origin for dispatch-able calls.