Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
get_contract_instance_trace.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
barretenberg/vm2/simulation/events/event_emitter.hpp
"
4
#include "
barretenberg/vm2/simulation/events/get_contract_instance_event.hpp
"
5
#include "
barretenberg/vm2/tracegen/lib/interaction_def.hpp
"
6
#include "
barretenberg/vm2/tracegen/trace_container.hpp
"
7
8
namespace
bb::avm2::tracegen
{
9
10
class
GetContractInstanceTraceBuilder
final {
11
public
:
12
void
process
(
const
simulation::EventEmitterInterface<simulation::GetContractInstanceEvent>::Container
& events,
13
TraceContainer
&
trace
);
14
15
static
const
InteractionDefinition
interactions
;
16
};
17
18
}
// namespace bb::avm2::tracegen
bb::avm2::simulation::EventEmitterInterface::Container
std::vector< Event > Container
Definition
event_emitter.hpp:13
bb::avm2::tracegen::GetContractInstanceTraceBuilder
Definition
get_contract_instance_trace.hpp:10
bb::avm2::tracegen::GetContractInstanceTraceBuilder::interactions
static const InteractionDefinition interactions
Definition
get_contract_instance_trace.hpp:15
bb::avm2::tracegen::GetContractInstanceTraceBuilder::process
void process(const simulation::EventEmitterInterface< simulation::GetContractInstanceEvent >::Container &events, TraceContainer &trace)
Process the GetContractInstance events and populate the relevant columns in the trace.
Definition
get_contract_instance_trace.cpp:29
bb::avm2::tracegen::InteractionDefinition
Definition
interaction_def.hpp:30
bb::avm2::tracegen::TraceContainer
Definition
trace_container.hpp:24
trace
TestTraceContainer trace
Definition
data_copy.test.cpp:63
event_emitter.hpp
get_contract_instance_event.hpp
interaction_def.hpp
bb::avm2::tracegen
Definition
full_row.hpp:9
trace_container.hpp
src
barretenberg
vm2
tracegen
opcodes
get_contract_instance_trace.hpp
Generated by
1.9.8