Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::Execution::ExecutionResult Struct Reference

#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
 

Detailed Description

Definition at line 198 of file execution.hpp.

Member Data Documentation

◆ gas_used

Gas bb::avm2::simulation::Execution::ExecutionResult::gas_used

Definition at line 201 of file execution.hpp.

◆ halting_message

std::optional<std::string> bb::avm2::simulation::Execution::ExecutionResult::halting_message

Definition at line 205 of file execution.hpp.

◆ halting_mode

HaltingMode bb::avm2::simulation::Execution::ExecutionResult::halting_mode = HaltingMode::UNDEFINED

Definition at line 204 of file execution.hpp.

◆ halting_pc

PC bb::avm2::simulation::Execution::ExecutionResult::halting_pc = 0

Definition at line 203 of file execution.hpp.

◆ rd_offset

MemoryAddress bb::avm2::simulation::Execution::ExecutionResult::rd_offset

Definition at line 199 of file execution.hpp.

◆ rd_size

MemoryAddress bb::avm2::simulation::Execution::ExecutionResult::rd_size

Definition at line 200 of file execution.hpp.

◆ success

bool bb::avm2::simulation::Execution::ExecutionResult::success

Definition at line 202 of file execution.hpp.


The documentation for this struct was generated from the following file: