Expand description
The signed phase implementation.
Structs
- A raw, unchecked signed submission.
 - Mask type which pretends to be a set of
SignedSubmissionOf<T>, while in fact delegating to the actual implementations inSignedSubmissionIndices<T>,SignedSubmissionsMap<T>, andSignedSubmissionNextIndex<T>. 
Enums
- Outcome of
SignedSubmissions::insert. 
Type Definitions
- Always sorted vector of a score, submitted at the given block number, which can be found at the given index (
u32) of theSignedSubmissionsMap.