pub fn verify_receipts<R: Receipt>(
expected_receipts_root: B256,
expected_logs_bloom: Bloom,
receipts: &[R],
) -> Result<(), ConsensusError>Expand description
Calculate the receipts root, and compare it against the expected receipts root and logs bloom.