Update documentation.

This commit is contained in:
Daniel Kirchner
2018-07-03 15:31:34 +02:00
parent 3984beef7d
commit f7153ee58a
4 changed files with 3 additions and 4 deletions
-1
View File
@@ -401,7 +401,6 @@ Modifiers
- ``view`` for functions: Disallows modification of state - this is not enforced yet.
- ``payable`` for functions: Allows them to receive Ether together with a call.
- ``constant`` for state variables: Disallows assignment (except initialisation), does not occupy storage slot.
- ``constant`` for functions: Same as ``view``.
- ``anonymous`` for events: Does not store event signature as topic.
- ``indexed`` for event parameters: Stores the parameter as topic.