Is there a way to waitForTransactionReceipt like Wagmi in fireblocks

I am looking for a way to wait and block the execution till the transaction either goes through of failed and further operation is dependent on the success status

Hi @adityapadekar I think what you are looking for is our webhook status updates, which can allow you to wait for COMPLETED or FAILED status. Here is a guide on monitoring tx status Monitoring Transaction Statuses