|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
NamedUnion command structs for the aztec-avm simulation API. More...
#include "barretenberg/serialize/msgpack.hpp"#include <cstdint>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | bb::avm::AvmSimulate |
| struct | bb::avm::AvmSimulate::Response |
| struct | bb::avm::AvmSimulateWithHints |
| struct | bb::avm::AvmSimulateWithHints::Response |
| struct | bb::avm::AvmShutdown |
| struct | bb::avm::AvmShutdown::Response |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm |
NamedUnion command structs for the aztec-avm simulation API.
Commands use opaque std::vector<uint8_t> for inputs/outputs since AvmFastSimulationInputs and TxSimulationResult are large, complex types with existing msgpack serialization.
Definition in file avm_commands.hpp.