referrerpolicy=no-referrer-when-downgrade
macro_rules! generate_submit_finality_proof_call_builder {
    ($pipeline:ident, $mocked_builder:ident, $bridge_grandpa:path, $submit_finality_proof:path) => { ... };
}
Expand description

Macro that generates SubmitFinalityProofCallBuilder 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 GRANDPA calls and the “name” of the variant for the submit_finality_proof call within that first option.