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
In our code, we have a preference for strongly typed static types to enforce correctness through the compiler. Alloy's RPC types are not always statically typed. E.g see this type. In addition, it would restrict our flexibility with types, so for now we're choosing not to use Alloy RPC types
When RPC types become part of alloy, consider adopting those in favour of our own.
Depends On:
The text was updated successfully, but these errors were encountered: