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 asynchronously sent a Solana transaction and received a transaction ID (txId), but I want to know the final status of the transaction, including whether it was successful, failed to execute, or discarded.
The text was updated successfully, but these errors were encountered:
If the transaction is successful, I can query the transaction using the transaction ID and then parse it to make a judgment. However, if the transaction is discarded, how can I accurately determine that?
May I confirm based on the slot of the block I referenced? For example, if the slot of the block I referenced is less than 30 slots behind the current one and I still can't find the transaction, should I consider the transaction as dropped?
I asynchronously sent a Solana transaction and received a transaction ID (txId), but I want to know the final status of the transaction, including whether it was successful, failed to execute, or discarded.
The text was updated successfully, but these errors were encountered: