Function bridge_runtime_common::messages_benchmarking::prepare_message_delivery_proof_from_grandpa_chain
source · pub fn prepare_message_delivery_proof_from_grandpa_chain<R, FI, MI>(
params: MessageDeliveryProofParams<AccountIdOf<ThisChainOf<R, MI>>, LaneIdOf<R, MI>>,
) -> FromBridgedChainMessagesDeliveryProof<HashOf<BridgedChainOf<R, MI>>, LaneIdOf<R, MI>>where
R: Config<FI, BridgedChain = BridgedChainOf<R, MI>> + Config<MI, BridgedHeaderChain = Pallet<R, FI>>,
FI: 'static,
MI: 'static,
Expand description
Prepare proof of messages delivery for the receive_messages_delivery_proof
call.
This method is intended to be used when benchmarking pallet, linked to the chain that
uses GRANDPA finality. For parachains, please use the
prepare_message_delivery_proof_from_parachain
function.