Module filter

Source
Expand description

eth_ RPC API for filtering.

Structs§

QueryLimits
Limits for logs queries

Traits§

EngineEthFilter
Rpc Interface for poll-based ethereum filter API, implementing only the eth_getLogs method. Used for the engine API, with possibility to specify QueryLimits.
EthFilterApiClient
Client implementation for the EthFilterApi RPC API.
EthFilterApiServer
Server trait implementation for the EthFilterApi RPC API.