Expand description
Helper functions for reth_rpc_eth_api::EthFilterApiServer
implementation.
Log parsing for building filter.
Enums§
- Helper enum to fetch a transaction either from a block or from the provider.
Functions§
- Appends all matching logs of a block’s receipts. If the log matches, look up the corresponding transaction hash.
- Computes the block range based on the filter range and current block numbers
- Returns true if the log matches the filter and should be included
- Returns all matching of a block’s receipts when the transaction hashes are known.