Type Definition pallet_election_provider_multi_phase::signed::SubmissionIndicesOf
source · pub type SubmissionIndicesOf<T> = BoundedVec<(ElectionScore, <T as Config>::BlockNumber, u32), <T as Config>::SignedMaxSubmissions>;
Expand description
Always sorted vector of a score, submitted at the given block number, which can be found at the
given index (u32
) of the SignedSubmissionsMap
.