eth_getFilterLogs - Get Filter Logs
Get all NeuroWeb filter logs. Historical event retrieval.
Returns an array of all logs matching filter with given id on the Neuroweb network. This method retrieves all accumulated logs that match the criteria of a previously created filter.
Implementation Example
Notes
- The filter must be created first using
eth_newFilter,eth_newBlockFilter, oreth_newPendingTransactionFilter - This method returns all logs accumulated since the filter was created
- Filters timeout if not accessed within a certain time period (typically 5 minutes)
- Use
eth_getFilterChangesto get only new logs since the last poll - The
removedfield helps handle chain reorganizations
Need help? Contact our support team or check the Neuroweb documentation.