pallet_evm_tracker

Module storage_types

Source
Expand description

Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes.

To see the actual storage type, find a struct with the same name at the root of the pallet, in the list of Type Definitions.

Structs§

  • Storage to hold evm account nonces. This is only used for pre_dispatch since EVM pre_dispatch does not increment account nonce.
  • Storage to hold EVM contract creation allow list accounts. Unlike domain instantiation, no storage value means “anyone can create contracts”.