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§
- Current
Phase - Current phase.
- Desired
Targets - Desired number of targets to elect for this round.
- Minimum
Untrusted Score - The minimum score that each ‘untrusted’ solution must attain in order to be considered feasible.
- Queued
Solution - Current best solution, signed or unsigned, queued to be returned upon
elect. - Round
- Internal counter for the number of rounds.
- Signed
Submission Indices - A sorted, bounded vector of
(score, block_number, index), where eachindexpoints to a value inSignedSubmissions. - Signed
Submission Next Index - The next index to be assigned to an incoming signed submission.
- Signed
Submissions Map - Unchecked, signed solutions.
- Snapshot
- Snapshot data of the round.
- Snapshot
Metadata - The metadata of the
RoundSnapshot