pub fn matching_block_logs_with_tx_hashes<'a, I>(
    filter: &FilteredParams,
    block_num_hash: BlockNumHash,
    tx_hashes_and_receipts: I,
    removed: bool,
) -> Vec<Log>
where I: IntoIterator<Item = (FixedBytes<32>, &'a Receipt)>,
Expand description

Returns all matching of a block’s receipts when the transaction hashes are known.