This repository has been archived by the owner on May 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
constant
functions for Solidity not documented
#19
Comments
aakilfernandes
changed the title
Aug 15, 2015
constant
functions not documentedconstant
functions for Solidity not documented
They are documented here: https://github.com/ethereum/wiki/wiki/Solidity-Tutorial#modifiers |
They are documented for state variables, not functions |
There doesn't look to be any easily accessible and thorough documentation on them at the moment. http://solidity.readthedocs.io/en/latest/frequently-asked-questions.html#what-is-the-difference-between-a-function-marked-constant-and-one-that-is-not is the most I could find with some quick searching around. |
It's both there: http://solidity.readthedocs.io/en/latest/miscellaneous.html#modifiers And it more or less says that it is currently ignored for functions. |
Ah, thank you. This issue thread came up while searching so that makes the details a lot easier to find now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: