referrerpolicy=no-referrer-when-downgrade

Module storage_types

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§

AccountInfoOf
The data associated to a contract or externally owned account.
BlockHash
Mapping for block number and hashes.
CodeInfoOf
A mapping from a contract’s code hash to its code info.
DebugSettingsOf
Debugging settings that can be configured when DebugEnabled config is true.
DeletionQueue
Terminated contracts that await lazy cleanup.
DeletionQueueCounter
A pair of monotonic counters used to track the latest contract marked for deletion and the latest deleted contract in queue.
EthBlockBuilderFirstValues
The first transaction and receipt of the ethereum block.
EthBlockBuilderIR
Incremental ethereum block builder.
EthereumBlock
The current Ethereum block that is stored in the on_finalize method.
ImmutableDataOf
The immutable data associated with a given account.
NativeDepositOf
Native currency storage deposit contributed by a user into a contract.
OriginalAccount
Map a Ethereum address to its original AccountId32.
PristineCode
A mapping from a contract’s code hash to its code. The code’s size is bounded by [crate::limits::BLOB_BYTES] for PVM and [revm::primitives::eip170::MAX_CODE_SIZE] for EVM bytecode.
ReceiptInfoData
The details needed to reconstruct the receipt info offchain.