referrerpolicy=no-referrer-when-downgrade
bridge_runtime_common::messages_api

Function inbound_message_details

Source
pub fn inbound_message_details<Runtime, MessagesPalletInstance>(
    lane: Runtime::LaneId,
    messages: Vec<(MessagePayload, OutboundMessageDetails)>,
) -> Vec<InboundMessageDetails>
where Runtime: Config<MessagesPalletInstance>, MessagesPalletInstance: 'static,
Expand description

Implementation of the To*InboundLaneApi::message_details.