Function matching_block_logs_with_tx_hashes

Source
pub fn matching_block_logs_with_tx_hashes<'a, I, R>(
    filter: &FilteredParams,
    block_num_hash: NumHash,
    tx_hashes_and_receipts: I,
    removed: bool,
) -> Vec<Log>
where I: IntoIterator<Item = (FixedBytes<32>, &'a R)>, R: TxReceipt<Log = Log> + 'a,
Available on crate feature rpc only.
Expand description

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