Function bridge_runtime_common::messages_api::outbound_message_details
source ยท pub fn outbound_message_details<Runtime, MessagesPalletInstance>(
lane: LaneId,
begin: MessageNonce,
end: MessageNonce,
) -> Vec<OutboundMessageDetails>where
Runtime: Config<MessagesPalletInstance>,
MessagesPalletInstance: 'static,
Expand description
Implementation of the To*OutboundLaneApi::message_details
.