Crate pallet_evm_tracker

Source
Expand description

Pallet EVM Account nonce tracker

Re-exports§

pub use check_nonce::CheckNonce;

Modules§

check_nonce
EVM nonce checker extension for the EVM domain runtime.
create_contract
Contract creation allow list implementations
dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
fees
Fees module for EVM domain
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.
traits
Traits that make programming against the runtime easier.
weights
Shared weights for pallet_evm_tracker, used in production and test runtimes.

Structs§

DefaultToAnyone
Default value for ContractCreationAllowedBy if it is not set.
Pallet
Pallet EVM account nonce tracker.

Enums§

Call
Contains a variant per dispatchable extrinsic that this pallet has.

Traits§

Config
Configuration trait of this pallet.
WeightInfo
Weight functions needed for pallet_evm_tracker.

Type Aliases§

ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.