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
- The full account information for a particular account ID.
- AllExtrinsics
Len - Total length (in bytes) for all extrinsics put together, for the current block.
- Authorized
Upgrade Someif a code upgrade has been authorized.- Block
Hash - Map of block numbers to block hashes.
- Block
Weight - The current weight for the block.
- Digest
- Digest of the current block, also part of the block header.
- Event
Count - The number of events in the
Events<T>list. - Event
Topics - Mapping between a topic (represented by T::Hash) and a vector of indexes
of events in the
<Events<T>>list. - Events
- Events deposited for the current block.
- Execution
Phase - The execution phase of the block.
- Extrinsic
Count - Total extrinsics count for the current block.
- Extrinsic
Data - Extrinsics data for the current block (maps an extrinsic’s index to its data).
- Inherents
Applied - Whether all inherents have been applied.
- Last
Runtime Upgrade - Stores the
spec_versionandspec_nameof when the last runtime upgrade happened. - Number
- The current block number being processed. Set by
execute_block. - Parent
Hash - Hash of the previous block.
- Upgraded
ToTriple RefCount - True if we have upgraded so that AccountInfo contains three types of
RefCount. False (default) if not. - Upgraded
ToU32 RefCount - True if we have upgraded so that
type RefCountisu32. False (default) if not.