Filter methods
SolarPath supports using Ethereum's filters via the JSON RPC method.
Best Practices
To filter logs once and get the filtered result set, please use eth_getLogs.
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