Files
pezkuwi-sdk/pezkuwi/roadmap/implementers-guide/src/runtime-api/candidates-included.md
T

248 B

Candidates Included

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

/// Input and output have the same length.
fn candidates_included(Vec<(SessionIndex, CandidateHash)>) -> Vec<bool>;