Why using events instead of return value #33
AlbertoSinigaglia
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You're 100% right here. I'll add this to the issues that we could have used this instead of events! This was a bit of an oversight of my end to not include Using events like we did is still a really good best practice so people can index what happens in our smart contracts. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, at 8:06:00 you are using the events to log the
requestId
.. however, why can't we use something like this:I've tested it and it's passing:
Beta Was this translation helpful? Give feedback.
All reactions