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

#include <internal_call_stack_event.hpp>

Public Attributes

uint32_t context_id = 0
 
InternalCallId entered_call_id = 0
 
InternalCallId call_id = 0
 
InternalCallId return_call_id = 0
 
PC return_pc = 0
 

Detailed Description

Definition at line 9 of file internal_call_stack_event.hpp.

Member Data Documentation

◆ call_id

InternalCallId bb::avm2::simulation::InternalCallStackEvent::call_id = 0

Definition at line 12 of file internal_call_stack_event.hpp.

◆ context_id

uint32_t bb::avm2::simulation::InternalCallStackEvent::context_id = 0

Definition at line 10 of file internal_call_stack_event.hpp.

◆ entered_call_id

InternalCallId bb::avm2::simulation::InternalCallStackEvent::entered_call_id = 0

Definition at line 11 of file internal_call_stack_event.hpp.

◆ return_call_id

InternalCallId bb::avm2::simulation::InternalCallStackEvent::return_call_id = 0

Definition at line 13 of file internal_call_stack_event.hpp.

◆ return_pc

PC bb::avm2::simulation::InternalCallStackEvent::return_pc = 0

Definition at line 14 of file internal_call_stack_event.hpp.


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