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§

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