Expand description
Pallet EVM Account nonce tracker
Re-exports§
pub use check_nonce::CheckNonce;
Modules§
- check_
nonce - 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.
Structs§
- Default
ToAnyone - 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.
Type Aliases§
- Module
Deprecated - Type alias to
Pallet
, to be used byconstruct_runtime
.