Expand description
The signed phase implementation.
Structs§
- Geometric
Deposit Base - Type that can be used to calculate the deposit base for signed submissions.
- Signed
Submission - A raw, unchecked signed submission.
- Signed
Submissions - 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§
- Insert
Result - Outcome of
SignedSubmissions::insert
.
Type Aliases§
- Balance
Of - Negative
Imbalance Of - Positive
Imbalance Of - Signed
Submission Of - Submission
Indices Of - Always sorted vector of a score, submitted at the given block number, which can be found at the
given index (
u32
) of theSignedSubmissionsMap
.