macro_rules! generate_receive_message_delivery_proof_call_builder {
($pipeline:ident, $mocked_builder:ident, $bridge_messages:path, $receive_messages_delivery_proof:path) => { ... };
}Expand description
Macro that generates ReceiveMessagesDeliveryProofCallBuilder implementation for the case when
you only have an access to the mocked version of source chain runtime. In this case you
should provide “name” of the call variant for the bridge messages calls and the “name” of
the variant for the receive_messages_delivery_proof call within that first option.