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
Hi, according http://www.jsonrpc.org/specification , error json field should have code: {"code": -32601, "message": "Method not found"} , how can get this code from response? Now you only return message.