Replies: 1 comment
-
Let me know if this doesn't work. please also include the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
What is the right way of parsing event log in ethers v5 to get object which keys are names of event arguments? In ethers v4 I've used Interface.parseLog(), but in v5 for
event TextChanged(bytes32 indexed node, string indexed indexedKey, string key)
parseLog
returnswhere
args
doesn't have keys. I can get event arguments withInterface.decodeEventLog
, which returns, but I am not sure if this is right way to do
Beta Was this translation helpful? Give feedback.
All reactions