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>
Available on crate feature
rpc
only.Expand description
Returns all matching of a block’s receipts when the transaction hashes are known.