referrerpolicy=no-referrer-when-downgrade
substrate_relay_helper

Macro generate_receive_message_proof_call_builder

Source
macro_rules! generate_receive_message_proof_call_builder {
    ($pipeline:ident, $mocked_builder:ident, $bridge_messages:path, $receive_messages_proof:path) => { ... };
}
Expand description

Macro that generates ReceiveMessagesProofCallBuilder implementation for the case when you only have an access to the mocked version of target 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_proof call within that first option.