eth_newBlockFilter
Creates a filter in the node, to notify when a new block arrives. To check if the state has changed, call eth_getFilterChanges.
This method will use 20
Compute Units.
Reference: Here
Parameters
None
Returns
QUANTITY
- A filter id.
Last updated