Filter methods

SolarPath supports using Ethereum's filters via the JSON RPC method.

Best Practices

  1. To filter logs once and get the filtered result set, please use eth_getLogs.

  2. To obtain logs or blocks continuously, please use the extended event model Event Hook provided by SolarPath, please refer to: Event Hook.

JSON RPC Methods

Last updated