| 51 | } |
| 52 | |
| 53 | type jsonError struct { |
| 54 | Code int `json:"code"` |
| 55 | Message string `json:"message"` |
| 56 | Data interface{} `json:"data,omitempty"` |
| 57 | } |
| 58 | |
| 59 | type jsonErrResponse struct { |
| 60 | Version string `json:"jsonrpc"` |
nothing calls this directly
no outgoing calls
no test coverage detected