Expand description
The signed phase implementation.
Structs§
- Type that can be used to calculate the deposit base for signed submissions.
- 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 Aliases§
- Always sorted vector of a score, submitted at the given block number, which can be found at the given index (
u32
) of theSignedSubmissionsMap
.