Module pallet_contracts::pallet::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
- A mapping from a contract’s code hash to its code info.
- The code associated with a given account.
- Evicted contracts that await child trie deletion.
- A pair of monotonic counters used to track the latest contract marked for deletion and the latest deleted contract in queue.
- A migration can span across multiple blocks. This storage defines a cursor to track the progress of the migration, enabling us to resume from the last completed position.
- This is a monotonic counter incremented on contract instantiation.
- A mapping from a contract’s code hash to its code.