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 38 of file execution.hpp.
Gas bb::avm2::simulation::ExecutionResult::gas_used |
Definition at line 41 of file execution.hpp.
MemoryAddress bb::avm2::simulation::ExecutionResult::rd_offset |
Definition at line 39 of file execution.hpp.
MemoryAddress bb::avm2::simulation::ExecutionResult::rd_size |
Definition at line 40 of file execution.hpp.
SideEffectStates bb::avm2::simulation::ExecutionResult::side_effect_states |
Definition at line 42 of file execution.hpp.
bool bb::avm2::simulation::ExecutionResult::success |
Definition at line 43 of file execution.hpp.