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>>,
Expand description

Implementation for the candidate_events function of the runtime API.