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§

CurrentPhase
Current phase.
DesiredTargets
Desired number of targets to elect for this round.
MinimumUntrustedScore
The minimum score that each ‘untrusted’ solution must attain in order to be considered feasible.
QueuedSolution
Current best solution, signed or unsigned, queued to be returned upon elect.
Round
Internal counter for the number of rounds.
SignedSubmissionIndices
A sorted, bounded vector of (score, block_number, index), where each index points to a value in SignedSubmissions.
SignedSubmissionNextIndex
The next index to be assigned to an incoming signed submission.
SignedSubmissionsMap
Unchecked, signed solutions.
Snapshot
Snapshot data of the round.
SnapshotMetadata
The metadata of the RoundSnapshot