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§
- Actions
Queue - The actions to perform during the start of a specific session index.
- Authorized
Code Hash - The code hash authorizations for a para which will expire
expire_atBlockNumberFor<T>. - Code
ByHash - Validation code stored by its hash.
- Code
ByHash Refs - The number of reference on the validation code in
CodeByHashstorage. - Current
Code Hash - The validation code hash of every live para.
- Future
Code Hash - The actual future code hash of a para.
- Future
Code Upgrades - The block number at which the planned code change is expected for a parachain.
- Future
Code Upgrades At - The list of upcoming future code upgrades.
- Heads
- The head-data of every registered para.
- Most
Recent Context - The context (relay-chain block number) of the most recent parachain head.
- Para
Lifecycles - The current lifecycle of a all known Para IDs.
- Parachains
- All lease holding parachains. Ordered ascending by
ParaId. On demand parachains are not included. - Past
Code Hash - Actual past code hash, indicated by the para id as well as the block number at which it became outdated.
- Past
Code Meta - Past code of parachains. The parachains themselves may not be registered anymore, but we also keep their code on-chain for the same amount of time as outdated code to keep it available for approval checkers.
- Past
Code Pruning - Which paras have past code that needs pruning and the relay-chain block at which the code was replaced. Note that this is the actual height of the included block, not the expected height at which the code upgrade would be applied, although they may be equal. This is to ensure the entire acceptance period is covered, not an offset acceptance period starting from the time at which the parachain perceives a code upgrade as having occurred. Multiple entries for a single para are permitted. Ordered ascending by block number.
- PvfActive
Vote List - The list of all currently active PVF votes. Auxiliary to
PvfActiveVoteMap. - PvfActive
Vote Map - All currently active PVF pre-checking votes.
- Upcoming
Paras Genesis - Upcoming paras instantiation arguments.
- Upcoming
Upgrades - The list of upcoming code upgrades.
- Upgrade
Cooldowns - The list of parachains that are awaiting for their upgrade restriction to cooldown.
- Upgrade
GoAhead Signal - This is used by the relay-chain to communicate to a parachain a go-ahead with in the upgrade procedure.
- Upgrade
Restriction Signal - This is used by the relay-chain to communicate that there are restrictions for performing an upgrade for this parachain.