Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
internal_call_stack_event.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstdint>
4
5
#include "
barretenberg/vm2/common/aztec_types.hpp
"
6
7
namespace
bb::avm2::simulation
{
8
9
struct
InternalCallStackEvent
{
10
uint32_t
context_id
;
11
InternalCallId
entered_call_id
;
12
InternalCallId
id
;
13
InternalCallId
return_id
;
14
PC
return_pc
;
15
};
16
17
}
// namespace bb::avm2::simulation
aztec_types.hpp
bb::avm2::simulation
Definition
address_derivation.cpp:8
bb::avm2::PC
uint32_t PC
Definition
aztec_types.hpp:13
bb::avm2::InternalCallId
uint32_t InternalCallId
Definition
aztec_types.hpp:34
bb::avm2::simulation::InternalCallStackEvent
Definition
internal_call_stack_event.hpp:9
bb::avm2::simulation::InternalCallStackEvent::entered_call_id
InternalCallId entered_call_id
Definition
internal_call_stack_event.hpp:11
bb::avm2::simulation::InternalCallStackEvent::context_id
uint32_t context_id
Definition
internal_call_stack_event.hpp:10
bb::avm2::simulation::InternalCallStackEvent::return_id
InternalCallId return_id
Definition
internal_call_stack_event.hpp:13
bb::avm2::simulation::InternalCallStackEvent::id
InternalCallId id
Definition
internal_call_stack_event.hpp:12
bb::avm2::simulation::InternalCallStackEvent::return_pc
PC return_pc
Definition
internal_call_stack_event.hpp:14
src
barretenberg
vm2
simulation
events
internal_call_stack_event.hpp
Generated by
1.9.8