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.