referrerpolicy=no-referrer-when-downgrade
pub async fn relay_messages_delivery_confirmation<P: MessageLane>(
    source_client: impl MessageLaneSourceClient<P>,
    target_client: impl MessageLaneTargetClient<P>,
    at: TargetHeaderIdOf<P>,
) -> Result<(), ()>
Expand description

Relay messages delivery confirmation.