eth_newFilter

Note: SolarPath does not support the JSON-RPC method of eth_newFilter.

To filter logs one at a time, use eth_getLogs to get it. To continuously pull logs, please use the extended event model Event Hook provided by SolarPath, please see: Event Hook.

Last updated