Skip to main content

build_deposit_receipt_envelope

Function build_deposit_receipt_envelope 

Source
pub(super) fn build_deposit_receipt_envelope(
    receipt_with_bloom: ReceiptWithBloom<Receipt<Log>>,
    other: &OtherFields,
) -> FoundryReceiptEnvelope<Log>
Expand description

Build a FoundryReceiptEnvelope::Deposit from a ReceiptWithBloom<Log> plus the OP deposit-specific fields decoded from the [OtherFields] of an AnyTransactionReceipt.