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§
- Account
Info Of - The data associated to a contract or externally owned account.
- Block
Hash - Mapping for block number and hashes.
- Code
Info Of - A mapping from a contract’s code hash to its code info.
- Debug
Settings Of - Debugging settings that can be configured when DebugEnabled config is true.
- Deletion
Queue - Terminated contracts that await lazy cleanup.
- Deletion
Queue Counter - A pair of monotonic counters used to track the latest contract marked for deletion and the latest deleted contract in queue.
- EthBlock
Builder First Values - The first transaction and receipt of the ethereum block.
- EthBlock
BuilderIR - Incremental ethereum block builder.
- Ethereum
Block - The current Ethereum block that is stored in the
on_finalizemethod. - Immutable
Data Of - The immutable data associated with a given account.
- Native
Deposit Of - Native currency storage deposit contributed by a user into a contract.
- Original
Account - Map a Ethereum address to its original
AccountId32. - Pristine
Code - 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. - Receipt
Info Data - The details needed to reconstruct the receipt info offchain.