referrerpolicy=no-referrer-when-downgrade

Module signed

Source
Expand description

The signed phase implementation.

Structs§

GeometricDepositBase
Type that can be used to calculate the deposit base for signed submissions.
SignedSubmission
A raw, unchecked signed submission.
SignedSubmissions
Mask type which pretends to be a set of SignedSubmissionOf<T>, while in fact delegating to the actual implementations in SignedSubmissionIndices<T>, SignedSubmissionsMap<T>, and SignedSubmissionNextIndex<T>.

Enums§

InsertResult
Outcome of SignedSubmissions::insert.

Type Aliases§

BalanceOf
NegativeImbalanceOf
PositiveImbalanceOf
SignedSubmissionOf
SubmissionIndicesOf
Always sorted vector of a score, submitted at the given block number, which can be found at the given index (u32) of the SignedSubmissionsMap.