pub(crate) fn build_simulated_deposit_receipt<H>(
hardfork: FoundryHardfork,
caller_nonce: u64,
result: &ExecutionResult<H>,
logs: Vec<Log>,
cumulative_gas_used: u64,
) -> FoundryReceiptEnvelopeAvailable on crate feature
optimism only.Expand description
Builds an RPC-simulated OP deposit receipt and derives its fork-specific metadata.