Eth newBlockFilter

Creates a filter in the node, to notify when a new block arrives.

post
Responses
200
OK
application/json
post
POST / HTTP/1.1
Host: eth_newBlockFilter
Accept: */*
200

OK

{
  "id": 1,
  "jsonrpc": "text",
  "result": "text"
}