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
 
uint32_t halting_pc = 0
 
std::optional< std::string > halting_message
 

Detailed Description

Definition at line 205 of file execution.hpp.

Member Data Documentation

◆ gas_used

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

Definition at line 208 of file execution.hpp.

◆ halting_message

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

Definition at line 211 of file execution.hpp.

◆ halting_pc

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

Definition at line 210 of file execution.hpp.

◆ rd_offset

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

Definition at line 206 of file execution.hpp.

◆ rd_size

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

Definition at line 207 of file execution.hpp.

◆ success

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

Definition at line 209 of file execution.hpp.


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