Function bridge_runtime_common::messages::source::verify_chain_message
source · pub fn verify_chain_message<B: MessageBridge>(
payload: &FromThisChainMessagePayload
) -> Result<(), VerificationError>
Expand description
Do basic Bridged-chain specific verification of This -> Bridged chain message.
Ok result from this function means that the delivery transaction with this message
may be ‘mined’ by the target chain. But the lane may have its own checks (e.g. fee
check) that would reject message (see FromThisChainMessageVerifier
).