Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
written_public_data_slots_tree_check_trace.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <memory>
4
5
#include "
barretenberg/vm2/generated/columns.hpp
"
6
#include "
barretenberg/vm2/simulation/events/event_emitter.hpp
"
7
#include "
barretenberg/vm2/simulation/events/nullifier_tree_check_event.hpp
"
8
#include "
barretenberg/vm2/simulation/events/written_public_data_slot_tree_check_event.hpp
"
9
#include "
barretenberg/vm2/tracegen/lib/interaction_def.hpp
"
10
#include "
barretenberg/vm2/tracegen/trace_container.hpp
"
11
12
namespace
bb::avm2::tracegen
{
13
14
class
WrittenPublicDataSlotsTreeCheckTraceBuilder
final {
15
public
:
16
void
process
(
17
const
simulation::EventEmitterInterface<simulation::WrittenPublicDataSlotsTreeCheckEvent>::Container
& events,
18
TraceContainer
&
trace
);
19
20
static
const
InteractionDefinition
interactions
;
21
};
22
23
}
// namespace bb::avm2::tracegen
bb::avm2::simulation::EventEmitterInterface::Container
std::vector< Event > Container
Definition
event_emitter.hpp:12
bb::avm2::tracegen::InteractionDefinition
Definition
interaction_def.hpp:29
bb::avm2::tracegen::TraceContainer
Definition
trace_container.hpp:22
bb::avm2::tracegen::WrittenPublicDataSlotsTreeCheckTraceBuilder
Definition
written_public_data_slots_tree_check_trace.hpp:14
bb::avm2::tracegen::WrittenPublicDataSlotsTreeCheckTraceBuilder::process
void process(const simulation::EventEmitterInterface< simulation::WrittenPublicDataSlotsTreeCheckEvent >::Container &events, TraceContainer &trace)
Definition
written_public_data_slots_tree_check_trace.cpp:11
bb::avm2::tracegen::WrittenPublicDataSlotsTreeCheckTraceBuilder::interactions
static const InteractionDefinition interactions
Definition
written_public_data_slots_tree_check_trace.hpp:20
columns.hpp
trace
TestTraceContainer trace
Definition
data_copy.test.cpp:59
event_emitter.hpp
interaction_def.hpp
bb::avm2::tracegen
Definition
full_row.hpp:10
nullifier_tree_check_event.hpp
trace_container.hpp
written_public_data_slot_tree_check_event.hpp
src
barretenberg
vm2
tracegen
written_public_data_slots_tree_check_trace.hpp
Generated by
1.9.8