Idea: Better typing for log.args
#3759
Unanswered
tahos81
asked this question in
Idea / Feature Request
Replies: 0 comments
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.
-
This is the current GetInferredLogValues
since it only uses
eventName
forGetEventArgs
and notabiEvent
resulting log.args becomes a union type when your ABI has two events with the same name but different signature.I believe something like this would solve the issue:
Beta Was this translation helpful? Give feedback.
All reactions