contract.listernerCount() errors when argument is left blank despite documentation saying you can leave it blank #1205
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
The documentation claims "If no event is provided, returns the total count of all events."
however, if you don't provide an event, you get: Uncaught (in promise) TypeError: Cannot read property 'topics' of undefined
The text was updated successfully, but these errors were encountered: