pub fn candidate_events<T, F>(extract_event: F) -> Vec<CandidateEvent<T::Hash>>where T: Config, F: Fn(<T as Config>::RuntimeEvent) -> Option<Event<T>>,
Implementation for the candidate_events function of the runtime API.
candidate_events