JsonRpcResponse

constructor(jsonrpc: String = JSON_RPC_VERSION, id: String, result: JsonElement? = null, error: JsonRpcError? = null)