You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#705 includes some TS type arithmetic to create a discriminated union for the allEvents event type on the event property so that you get more type safety when using those events.
This is something that we can potentially move upstream to TypeChain so the code gets generated this way.
The text was updated successfully, but these errors were encountered:
#705 includes some TS type arithmetic to create a discriminated union for the
allEvents
event type on theevent
property so that you get more type safety when using those events.This is something that we can potentially move upstream to TypeChain so the code gets generated this way.
The text was updated successfully, but these errors were encountered: