referrerpolicy=no-referrer-when-downgrade

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§

BackersOnDisputes
Backing votes stored for each dispute. This storage is used for slashing.
Disputes
All ongoing or concluded disputes for the last several sessions.
Frozen
Whether the chain is frozen. Starts as None. When this is Some, the chain will not accept any new parachain blocks for backing or inclusion, and its value indicates the last valid block number in the chain. It can only be set back to None by governance intervention.
Included
All included blocks on the chain, as well as the block number in this chain that should be reverted back to if the candidate is disputed and determined to be invalid.
LastPrunedSession
The last pruned session, if any. All data stored by this module references sessions.