data class JSONRPCResponse
JSONRPCResponse(id: Int, result: Any? = null, error: Any? = null)
val error: Any?
val id: Int
val result: Any?