|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <execution.hpp>
Public Attributes | |
| bool | success |
| Gas | gas_used |
| HaltingMode | halting_mode |
| std::optional< std::string > | halting_message |
Definition at line 25 of file execution.hpp.
| Gas bb::avm2::simulation::EnqueuedCallResult::gas_used |
Definition at line 27 of file execution.hpp.
| std::optional<std::string> bb::avm2::simulation::EnqueuedCallResult::halting_message |
Definition at line 30 of file execution.hpp.
| HaltingMode bb::avm2::simulation::EnqueuedCallResult::halting_mode |
Definition at line 29 of file execution.hpp.
| bool bb::avm2::simulation::EnqueuedCallResult::success |
Definition at line 26 of file execution.hpp.