pub fn calculate_receipt_root_no_memo(receipts: &[&Receipt]) -> B256
Expand description
Calculates the receipt root for a header for the reference type of Receipt.
NOTE: Prefer calculate_receipt_root
if you have log blooms memoized.
pub fn calculate_receipt_root_no_memo(receipts: &[&Receipt]) -> B256
Calculates the receipt root for a header for the reference type of Receipt.
NOTE: Prefer calculate_receipt_root
if you have log blooms memoized.