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
Currently, the result property of JSON-RPC responses is using a default implementation with an any type. We should change them to use a specific type. This issue will be used to track the progress on this task.
Currently, the
resultproperty of JSON-RPC responses is using a default implementation with ananytype. We should change them to use a specific type. This issue will be used to track the progress on this task.