Function bridge_runtime_common::messages::source::verify_messages_delivery_proof
source ยท pub fn verify_messages_delivery_proof<B: MessageBridge>(
proof: FromBridgedChainMessagesDeliveryProof<HashOf<BridgedChain<B>>>,
) -> Result<ParsedMessagesDeliveryProofFromBridgedChain<B>, VerificationError>
Expand description
Verify proof of This -> Bridged chain messages delivery.
This function is used when Bridged chain is directly using GRANDPA finality. For Bridged
parachains, please use the verify_messages_delivery_proof_from_parachain
.