Replies: 2 comments 1 reply
-
I think this is a good idea, but is it backwards compatible? Or should I add the |
Beta Was this translation helpful? Give feedback.
1 reply
-
I’m also hoping TypeScript has nominal types by the time v7 is released. So Address and Hash (and such) can be strings, but still not used interchangeably… |
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
-
Could be helpful for TypeScript, for example,
ZeroAddress
is typed asstring
inethers
so it does not typecheck inwagmi
, whereAddress
is0x{string}
Beta Was this translation helpful? Give feedback.
All reactions