pub fn find_xcm_sent_message_id<T>(
events: impl IntoIterator<Item = <T as Config>::RuntimeEvent>,
) -> Option<XcmHash>
Expand description
Finds the message ID of the first XcmPallet::Sent
event in the given events.
pub fn find_xcm_sent_message_id<T>(
events: impl IntoIterator<Item = <T as Config>::RuntimeEvent>,
) -> Option<XcmHash>
Finds the message ID of the first XcmPallet::Sent
event in the given events.