|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_commands.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| SERIALIZATION_FIELDS (inputs) | |
| Response | execute (AvmRequest &request) && |
| bool | operator== (const AvmSimulateWithHints &) const =default |
Public Attributes | |
| std::vector< uint8_t > | inputs |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "AvmSimulateWithHints" |
Definition at line 41 of file avm_commands.hpp.
| AvmSimulateWithHints::Response bb::avm::AvmSimulateWithHints::execute | ( | AvmRequest & | request | ) | && |
Definition at line 137 of file avm_execute.cpp.
|
default |
| bb::avm::AvmSimulateWithHints::SERIALIZATION_FIELDS | ( | inputs | ) |
| std::vector<uint8_t> bb::avm::AvmSimulateWithHints::inputs |
Definition at line 50 of file avm_commands.hpp.
|
staticconstexpr |
Definition at line 42 of file avm_commands.hpp.