eth_newBlockFilter
Last updated
Was this helpful?
Last updated
Was this helpful?
Creates a new filter in the node. Used to notify when a new block arrived. To check for state changes call .
Parameters
None
Return Type
HexString<FilterId>
- The new associated filter id.
Example