Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
tx_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/tx_events.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
TxTraceBuilder
final {
11
public
:
12
void
process
(
const
simulation::EventEmitterInterface<simulation::TxEvent>::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:12
bb::avm2::tracegen::InteractionDefinition
Definition
interaction_def.hpp:29
bb::avm2::tracegen::TraceContainer
Definition
trace_container.hpp:22
bb::avm2::tracegen::TxTraceBuilder
Definition
tx_trace.hpp:10
bb::avm2::tracegen::TxTraceBuilder::process
void process(const simulation::EventEmitterInterface< simulation::TxEvent >::Container &events, TraceContainer &trace)
Process the TX events and populate the relevant TX columns in the trace. A processed TxEvent is eithe...
Definition
tx_trace.cpp:546
bb::avm2::tracegen::TxTraceBuilder::interactions
static const InteractionDefinition interactions
Definition
tx_trace.hpp:15
trace
TestTraceContainer trace
Definition
data_copy.test.cpp:63
event_emitter.hpp
interaction_def.hpp
bb::avm2::tracegen
Definition
full_row.hpp:9
trace_container.hpp
tx_events.hpp
src
barretenberg
vm2
tracegen
tx_trace.hpp
Generated by
1.9.8