pub async fn pending_candidates(
relay_chain_client: impl RelayChainInterface + Clone,
para_id: Id,
sync_service: Arc<dyn SyncOracle + Sync + Send>,
) -> RelayChainResult<impl Stream<Item = (Vec<CommittedCandidateReceiptV2>, SessionIndex, RelayHeader)>>
Expand description
Returns a stream over pending candidates for the parachain corresponding to para_id
.