Candidates Included

This runtime API is for checking which candidates have been included within the chain, locally.

#![allow(unused)]
fn main() {
/// Input and output have the same length.
fn candidates_included(Vec<(SessionIndex, CandidateHash)>) -> Vec<bool>;
}
Last change: 2026-06-06, commit: 2599d48