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.