GetFilterLogs
Implements eth_getFilterLogs.
Params
(1)1. id (required)
string
The ID of the filter that should be polled.
Result
(filterLogs)filterLogs
The array of logs that have been recorded since the last poll of the filter.
Implements eth_getFilterLogs.
The ID of the filter that should be polled.
The array of logs that have been recorded since the last poll of the filter.