pub fn append_matching_block_logs(
    all_logs: &mut Vec<Log>,
    provider: impl BlockReader,
    filter: &FilteredParams,
    block_num_hash: BlockNumHash,
    receipts: &[Receipt],
    removed: bool,
    block_timestamp: u64,
) -> Result<(), EthFilterError>
Expand description

Appends all matching logs of a block’s receipts. If the log matches, look up the corresponding transaction hash.