You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a transaction hash, but I don't know how to determine whether the transaction was successful. Using the Toncenter V2 JSON-RPC API makes it even more unclear, as it doesn't seem to have a field indicating whether the transaction was successful or failed.
Additionally, I noticed that in the V2 API, the following request does not seem to apply the transaction hash parameter correctly. Instead of returning the specific transaction, it always returns a paginated list of all transactions under the specified user. Could you please provide some guidance? Thanks!
Could you please explain how these two transactions are judged as successful or failed? Is it based on a specific field?
Successful transaction: https://testnet.toncenter.com/api/v3/transactions?hash=7dd1395e2a517a7f91e7369d2554db817121950260b7f3d0b9e753582a57b58b
Failed transaction: https://testnet.toncenter.com/api/v3/transactions?hash=c85c583116e45d76214ca3581de4dc804cd6317efda8152a122641ea55aa792c
The text was updated successfully, but these errors were encountered: