TON blockchain: How to check a transaction is success or not?
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.
How to find a transaction in the ton blockchain by boc (Bag of Cells)
I need help to find a transaction in the TON blockchain by boc (Bag of Cells).