Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 539 Bytes

eth-connect.requestmanager.eth_newblockfilter.md

File metadata and controls

13 lines (8 loc) · 539 Bytes

Home > eth-connect > RequestManager > eth_newBlockFilter

RequestManager.eth_newBlockFilter property

Creates a filter in the node, to notify when a new block arrives. To check if the state has changed, call eth_getFilterChanges.

Signature:

eth_newBlockFilter: () => Promise<Data>;