For my web3 application, I am using Fireblocks JSON Rpc Server ethers.js package for interacting with the smart contracts. But I want to track the exact status of the transaction as it progresses just like what we see in Fireblocks console.
We can use Fireblocks APIs, Fireblocks txId, External Id, Fireblocks webhooks to achieve something similar. But I see the above details returned only if I create transaction using Fireblocks API and not when I use Fireblocks Json RPC.
How do I retrieve Fireblocks txId and assign External Id if I use Fireblocks Json RPC for my web3 app?