Terminal result of a Cartouche.VM run: the final stack, whether the
call reverted, and the return data.
Summary
Functions
Projects a halted execution Context down to the public-facing
ExecutionResult — keeping only the final stack, revert flag, and
return data.
Types
Functions
@spec from_context(Cartouche.VM.Context.t()) :: t()
Projects a halted execution Context down to the public-facing
ExecutionResult — keeping only the final stack, revert flag, and
return data.