|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <execution.hpp>
Public Attributes | |
| MemoryAddress | rd_offset |
| MemoryAddress | rd_size |
| Gas | gas_used |
| SideEffectStates | side_effect_states |
| bool | success |
Definition at line 16 of file execution.hpp.
| Gas bb::avm2::simulation::ExecutionResult::gas_used |
Definition at line 19 of file execution.hpp.
| MemoryAddress bb::avm2::simulation::ExecutionResult::rd_offset |
Definition at line 17 of file execution.hpp.
| MemoryAddress bb::avm2::simulation::ExecutionResult::rd_size |
Definition at line 18 of file execution.hpp.
| SideEffectStates bb::avm2::simulation::ExecutionResult::side_effect_states |
Definition at line 20 of file execution.hpp.
| bool bb::avm2::simulation::ExecutionResult::success |
Definition at line 21 of file execution.hpp.