Function polkadot_runtime_parachains::runtime_api_impl::v2::candidate_events
source · 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.