-
Notifications
You must be signed in to change notification settings - Fork 54
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
Named variables? #5
Comments
There is currently an open issue regarding the documentation of However, you can look into the I can try to explain how it works: Bob signs a hash of (contract_address, value): this can be done using the
Alice will get the
Then the smart contract can use
The parameter names are kind of a convention when using ECDSA values. |
Thanks a lot! this clarifies things a little bit... |
Hi!
I think your example is one of the clearest... Yet, it would be helpful if you used more descriptive variable names in the method signature ;)
The text was updated successfully, but these errors were encountered: