-
Notifications
You must be signed in to change notification settings - Fork 162
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
Add Address
to list of basic types
#925
Comments
Storage requirements should be explained for addresses to avoid issues like #940. We should mention it in that page. |
Potentially depends on #1223 |
Let's resolve the issue as if that PR does not exist |
Note to self: add info about bounceable and non-bounceable "user-friendly" address representations. Especially that it's highly recommended to use, give and share non-bounceable addresses for wallet contracts (and why) and bounceable addresses for any other contract (and why). |
Note to self: make sure all the references of |
The page should explain the concept of addresses in TON and also combine all the functions that either consume or produce addresses.
This page should mention
parseStdAddress
andnewAddress
are inverse functions for each other.Somewhere here:
The text was updated successfully, but these errors were encountered: