Skip to main content

calculate_receipt_root_no_memo

Function calculate_receipt_root_no_memo 

Source
pub fn calculate_receipt_root_no_memo<T>(
    receipts: &[EthereumReceipt<T>],
) -> FixedBytes<32>
where T: TxTy,
Expand description

Re-exported ethereum types Calculates the receipt root for a header for the reference type of Receipt.

NOTE: Prefer proofs::calculate_receipt_root if you have log blooms memoized.