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
When using the VDB contracts the SDK proxy is returning all possible return types and proposes all possible parameter types
This is really confusing to a user/newbie - and means as a developer u have to refer to the ABIs to find out what is the return type and try to cast to that.
Below is a screenshot from VS code:
you can see the type hint VS code is showing is all possible types
Lets see if we can improve that with Viem
The text was updated successfully, but these errors were encountered:
When using the VDB contracts the SDK proxy is returning all possible return types and proposes all possible parameter types
This is really confusing to a user/newbie - and means as a developer u have to refer to the ABIs to find out what is the return type and try to cast to that.
Below is a screenshot from VS code:
you can see the type hint VS code is showing is all possible types
Lets see if we can improve that with Viem
The text was updated successfully, but these errors were encountered: