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.
- Desired number of targets to elect for this round.
- The minimum score that each ‘untrusted’ solution must attain in order to be considered feasible.
- Current best solution, signed or unsigned, queued to be returned upon
elect
. - Internal counter for the number of rounds.
- A sorted, bounded vector of
(score, block_number, index)
, where eachindex
points to a value inSignedSubmissions
. - The next index to be assigned to an incoming signed submission.
- Unchecked, signed solutions.
- Snapshot data of the round.
- The metadata of the
RoundSnapshot