vechain-sdk-js icon indicating copy to clipboard operation
vechain-sdk-js copied to clipboard

Provider :: Implement eth_newFilter

Open Valazan opened this issue 10 months ago • 0 comments

To listen to events, the JSONRPCEthersProvider needs the method eth_newFilter.

We should implement it according to the specifications:

(https://docs.infura.io/api/networks/ethereum/json-rpc-methods/filter-methods/eth_newfilter)

Valazan avatar Apr 04 '24 18:04 Valazan