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
the two conflicting length properties cause typescript (and esilnt) errors. I think that (at least for ethersv5) if you have a length property, it gets renamed to _length so I think this should mimic that behaviour...
The text was updated successfully, but these errors were encountered:
If a contract method response has a
length
property on it, the generator creates an interface something like this:the two conflicting length properties cause typescript (and esilnt) errors. I think that (at least for ethersv5) if you have a length property, it gets renamed to
_length
so I think this should mimic that behaviour...The text was updated successfully, but these errors were encountered: