|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <execution.hpp>
Public Attributes | |
| MemoryAddress | rd_offset |
| MemoryAddress | rd_size |
| Gas | gas_used |
| bool | success |
| PC | halting_pc = 0 |
| HaltingMode | halting_mode = HaltingMode::UNDEFINED |
| std::optional< std::string > | halting_message |
Definition at line 198 of file execution.hpp.
| Gas bb::avm2::simulation::Execution::ExecutionResult::gas_used |
Definition at line 201 of file execution.hpp.
| std::optional<std::string> bb::avm2::simulation::Execution::ExecutionResult::halting_message |
Definition at line 205 of file execution.hpp.
| HaltingMode bb::avm2::simulation::Execution::ExecutionResult::halting_mode = HaltingMode::UNDEFINED |
Definition at line 204 of file execution.hpp.
| PC bb::avm2::simulation::Execution::ExecutionResult::halting_pc = 0 |
Definition at line 203 of file execution.hpp.
| MemoryAddress bb::avm2::simulation::Execution::ExecutionResult::rd_offset |
Definition at line 199 of file execution.hpp.
| MemoryAddress bb::avm2::simulation::Execution::ExecutionResult::rd_size |
Definition at line 200 of file execution.hpp.
| bool bb::avm2::simulation::Execution::ExecutionResult::success |
Definition at line 202 of file execution.hpp.