referrerpolicy=no-referrer-when-downgrade

Function find_xcm_sent_message_id

Source
pub fn find_xcm_sent_message_id<T>(
    events: impl IntoIterator<Item = <T as Config>::RuntimeEvent>,
) -> Option<XcmHash>
where T: Config, <T as Config>::RuntimeEvent: TryInto<Event<T>>,
Expand description

Finds the message ID of the first XcmPallet::Sent event in the given events.