eth_newBlockFilter - Polynomial Sepolia
Summary
Creates a filter object based on the given filter options, to notify when a new block arrives. To check if the state has changed, call eth_getFilterChanges. Filters that are not requested by eth_getFilterChanges time out after 24 hours.Parameters
This method does not accept any parameters.