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