Expand description
Typed private execution results matching upstream stdlib.
These types replace the simplified PrivateExecutionResult that only carried
flat return values. The real types preserve the full execution tree structure
needed by the kernel prover and TxProvingResult.toTx().
Structsยง
- Private
Call Execution Result - Result of a single private call execution (one function in the call tree).
- Private
Execution Result - Top-level result from private execution.
- Private
LogData - Private log data with counter for ordering.
- Public
Call Request Data - Data for an enqueued public function call.