Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <internal_call_stack_event.hpp>
Public Attributes | |
uint32_t | context_id |
InternalCallId | entered_call_id |
InternalCallId | id |
InternalCallId | return_id |
PC | return_pc |
Definition at line 9 of file internal_call_stack_event.hpp.
uint32_t bb::avm2::simulation::InternalCallStackEvent::context_id |
Definition at line 10 of file internal_call_stack_event.hpp.
InternalCallId bb::avm2::simulation::InternalCallStackEvent::entered_call_id |
Definition at line 11 of file internal_call_stack_event.hpp.
InternalCallId bb::avm2::simulation::InternalCallStackEvent::id |
Definition at line 12 of file internal_call_stack_event.hpp.
InternalCallId bb::avm2::simulation::InternalCallStackEvent::return_id |
Definition at line 13 of file internal_call_stack_event.hpp.
PC bb::avm2::simulation::InternalCallStackEvent::return_pc |
Definition at line 14 of file internal_call_stack_event.hpp.