Expand description
eth_
RPC API for filtering.
Structs§
- Query
Limits - Limits for logs queries
Traits§
- Engine
EthFilter - Rpc Interface for poll-based ethereum filter API, implementing only the
eth_getLogs
method. Used for the engine API, with possibility to specifyQueryLimits
. - EthFilter
ApiClient - Client implementation for the
EthFilterApi
RPC API. - EthFilter
ApiServer - Server trait implementation for the
EthFilterApi
RPC API.