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
Because the JsonRpcRequest is deserialized before we identify the method name, the parameters (of type Object) are deserialized to generic Java types. If we delay the deserialization (probably by using the JsonNode type as an intermediate representation) we should be able to use the Method object for the method to deserialize to specific types (e.g. Coin, etc.)