|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <context_stack_trace.hpp>
Public Member Functions | |
| void | process (const simulation::EventEmitterInterface< simulation::ContextStackEvent >::Container &ctx_stack_events, TraceContainer &trace) |
| Process the context stack events and populate fields for the context stack sub-trace. | |
Definition at line 9 of file context_stack_trace.hpp.
| void bb::avm2::tracegen::ContextStackTraceBuilder::process | ( | const simulation::EventEmitterInterface< simulation::ContextStackEvent >::Container & | ctx_stack_events, |
| TraceContainer & | trace | ||
| ) |
Process the context stack events and populate fields for the context stack sub-trace.
| ctx_stack_events | The context stack events. |
| trace | The trace container. |
Definition at line 15 of file context_stack_trace.cpp.