pub type ParsedMessagesDeliveryProofFromBridgedChain<B> = (LaneId, InboundLaneData<AccountIdOf<ThisChain<B>>>);
Expand description

‘Parsed’ message delivery proof - inbound lane id and its state.