I need help again. I want to use sendTransactions from dapp-core v1.2.7 and everything is working fine. After the transaction is signed I am getting redirected to my website and a notification is displayed at the bottom right corner with the transaction progress. Now I don't know how to get notified somehow to react when the transaction is completed. Can anybody help me with some hints?
cc: @Stan_Sava
const transactionStatus = transactionServices.useTrackTransactionStatus({ transactionId: transactionSessionId, })
when you send a transaction, you get back an object with a sessionId, you can use that with useTrackTransactionStatus to be notified