Module execution_result

Module execution_result 

Source
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ยง

PrivateCallExecutionResult
Result of a single private call execution (one function in the call tree).
PrivateExecutionResult
Top-level result from private execution.
PrivateLogData
Private log data with counter for ordering.
PublicCallRequestData
Data for an enqueued public function call.