Function bridge_runtime_common::messages_benchmarking::prepare_message_delivery_proof_from_parachain
source · pub fn prepare_message_delivery_proof_from_parachain<R, PI, MI>(
params: MessageDeliveryProofParams<AccountIdOf<ThisChainOf<R, MI>>, LaneIdOf<R, MI>>,
) -> FromBridgedChainMessagesDeliveryProof<HashOf<BridgedChainOf<R, MI>>, LaneIdOf<R, MI>>where
R: Config<PI> + Config<MI>,
PI: 'static,
MI: 'static,
BridgedChainOf<R, MI>: Chain<Hash = ParaHash> + Parachain,
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 parachain finality. For GRANDPA chains, please use the
prepare_message_delivery_proof_from_grandpa_chain
function.