-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Payable as a parameter in the ABI interface JSON #500
Milestone
Comments
This was referenced Aug 26, 2016
axic
changed the title
Accept value as a parameter in the ABI interface JSON
Payable as a parameter in the ABI interface JSON
Aug 31, 2016
This has been renamed to |
We want that for 0.4.0 don't we? If yes, please add the "nextrelease" tag. |
Fixed in #665. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is planned to have a modifier for functions explicitly enabling or disabling receiving value transfer (transactions where
msg.value != 0
).If that becomes implemented it would be make sense including that as a flag in the interface JSON, e.g:
"payable": true
The text was updated successfully, but these errors were encountered: