I use tonweb lirary to send a transaction. But the response I receive is some thing like { '@type': 'ok', '@extra': '1723716788.6499352:4:0.3484654105500832' }
. This is a quite useless information, I don’t know if my transaction is success or failed.
I tried to call to getTransaction() method to get my latest transaction, but I dont see the information about my transaction is success or not in there.