Adding transaction hash

After you have executed the blockchain value transfer, you need to add the blockchain transaction hash to the corresponding travel rule message that was created and sent by using txUpdate:

POST {{baseUrl}}/tx/update

{
    "id": "theIDofthetravelrulemessagethatwassent",
    "txHash": "thetransactionhash"
}