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