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

#include <execution.hpp>

Public Attributes

bool success
 
Gas gas_used
 
HaltingMode halting_mode
 
std::optional< std::string > halting_message
 

Detailed Description

Definition at line 25 of file execution.hpp.

Member Data Documentation

◆ gas_used

Gas bb::avm2::simulation::EnqueuedCallResult::gas_used

Definition at line 27 of file execution.hpp.

◆ halting_message

std::optional<std::string> bb::avm2::simulation::EnqueuedCallResult::halting_message

Definition at line 30 of file execution.hpp.

◆ halting_mode

HaltingMode bb::avm2::simulation::EnqueuedCallResult::halting_mode

Definition at line 29 of file execution.hpp.

◆ success

bool bb::avm2::simulation::EnqueuedCallResult::success

Definition at line 26 of file execution.hpp.


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