-
Notifications
You must be signed in to change notification settings - Fork 66
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
Document Coins usage in smart contract #198
Comments
Here are succinct responses that should be added to the docs. Transferring coins
Storage chargesWhen calling
Space is always available because occupying space requires locking coins. Storage is paid by the address at the top of the call stack. |
Very clear thanks ! |
It's a good opportunity to explain in which context accounts have write access. |
Not directly related but in the previous documentation there was this document that was created which documented the stack https://github.com/massalabs/massa-docs/blob/main/web3-dev/smart-contracts/address-stack.rst. |
There seems to be confusion regarding the use of coins in smart contracts, whether it's for a function call or during deployment.
Some example of questions:
@damip Please challenge the questions if they appear unclear or illogical.
The text was updated successfully, but these errors were encountered: