|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <update_check_trace.hpp>
Public Member Functions | |
| void | process (const simulation::EventEmitterInterface< simulation::UpdateCheckEvent >::Container &events, TraceContainer &trace) |
| Process the UpdateCheck events and populate the relevant columns in the trace. | |
Static Public Attributes | |
| static const InteractionDefinition | interactions |
Definition at line 10 of file update_check_trace.hpp.
| void bb::avm2::tracegen::UpdateCheckTraceBuilder::process | ( | const simulation::EventEmitterInterface< simulation::UpdateCheckEvent >::Container & | events, |
| TraceContainer & | trace | ||
| ) |
Process the UpdateCheck events and populate the relevant columns in the trace.
Events are emitted in the following flavors:
| events | Container of UpdateCheckEvent to process. |
| trace | The trace container to populate. |
Definition at line 22 of file update_check_trace.cpp.
|
static |
Definition at line 15 of file update_check_trace.hpp.