|
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 |
| uint32_t | halting_pc = 0 |
| std::optional< std::string > | halting_message |
Definition at line 205 of file execution.hpp.
| Gas bb::avm2::simulation::Execution::ExecutionResult::gas_used |
Definition at line 208 of file execution.hpp.
| std::optional<std::string> bb::avm2::simulation::Execution::ExecutionResult::halting_message |
Definition at line 211 of file execution.hpp.
| uint32_t bb::avm2::simulation::Execution::ExecutionResult::halting_pc = 0 |
Definition at line 210 of file execution.hpp.
| MemoryAddress bb::avm2::simulation::Execution::ExecutionResult::rd_offset |
Definition at line 206 of file execution.hpp.
| MemoryAddress bb::avm2::simulation::Execution::ExecutionResult::rd_size |
Definition at line 207 of file execution.hpp.
| bool bb::avm2::simulation::Execution::ExecutionResult::success |
Definition at line 209 of file execution.hpp.