pub fn append_all_matching_block_logs_sealed(
receipts: BlockReceipts,
removed: bool,
block: Block,
) -> Result<Vec<Log>>
Expand description
Appends all matching logs of a block’s receipts. If the log matches, look up the corresponding transaction hash.