Once transaction is done onchain, you need to update transaction hash for that transaction request
Soon, it will be an automated process, as our workers will be able to find and match transactions for transaction requests
{
"id": number,
"fromChain": number,
"fromToken": "string",
"transactionHash": "string",
"executed": boolean
}
const updatedData = {}
const request = await fetcch.request.resolve(updatedData)