Closed eshaan7 closed 4 days ago
Related: #1681.
Right now cannot call eth_getFilterLogs JSON-RPC method without using raw_request which is not ideal.
eth_getFilterLogs
raw_request
Adds a new get_filter_logs method to Provider trait.
get_filter_logs
Provider
Related: #1681.
Motivation
Right now cannot call
eth_getFilterLogs
JSON-RPC method without usingraw_request
which is not ideal.Solution
Adds a new
get_filter_logs
method toProvider
trait.PR Checklist