Execution
Overview
Execution of an Aleo program. This class represents the execution state and proof of a program run on the Aleo network, providing access to execution details like global state root, proof, and transitions.
Methods
toString
Returns the string representation of the execution
toString() ► string
| Param | Type |
|---|---|
| return | string |
fromString
Creates an execution object from a string representation of an execution
fromString(execution) ► Execution
| Param | Type |
|---|---|
| execution | string |
| return | Execution |
globalStateRoot
Returns the global state root of the execution
globalStateRoot() ► Execution
| Param | Type |
|---|---|
| return | Execution |
proof
Returns the proof of the execution
proof() ► string
| Param | Type |
|---|---|
| return | string |
transitions
Returns the transitions present in the execution
transitions() ►
| Param | Type |
|---|---|
| return | undefined |