"Args" property is missing in "Log" type #3191
Unanswered
iyarsius
asked this question in
Idea / Feature Request
Replies: 1 comment
-
We can take a look at improving this in Viem v3. Will move this as a discussion thread. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the type of issue?
Documentation is missing
What is the issue?
Exported log type declaration is not complete, the "args" param is not defined and i need to trick with type declaration to avoid ts errors witch is not really good practice.
am i missing something or is it a incomplete type declaration ?
if it can help, did a type to convert log signature to args, maybe it could be useful in the Log type ?
Where did you find it?
https://github.com/wevm/viem/blob/main/src/types/log.ts
Reproduce
Beta Was this translation helpful? Give feedback.
All reactions