forked from ton-core/ton
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do you know if the transfer was successful or failed? #57
Comments
It's so strange that I can't find any documents about this at all. |
anynone can help me? |
@3lang3 I have the same problem. Maybe there's not a method to get tx status at this time. |
I don't know how others solved it, it's a very basic function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used the following code to transfer money, but it was actually unsuccessful but the code did not throw an error
There is not enough balance in the sender's wallet, but the code will not throw an error
The text was updated successfully, but these errors were encountered: