Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm::AvmSimulateWithHints Struct Reference

#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"
 

Detailed Description

Definition at line 41 of file avm_commands.hpp.

Member Function Documentation

◆ execute()

AvmSimulateWithHints::Response bb::avm::AvmSimulateWithHints::execute ( AvmRequest request) &&

Definition at line 137 of file avm_execute.cpp.

◆ operator==()

bool bb::avm::AvmSimulateWithHints::operator== ( const AvmSimulateWithHints ) const
default

◆ SERIALIZATION_FIELDS()

bb::avm::AvmSimulateWithHints::SERIALIZATION_FIELDS ( inputs  )

Member Data Documentation

◆ inputs

std::vector<uint8_t> bb::avm::AvmSimulateWithHints::inputs

Definition at line 50 of file avm_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::avm::AvmSimulateWithHints::MSGPACK_SCHEMA_NAME[] = "AvmSimulateWithHints"
staticconstexpr

Definition at line 42 of file avm_commands.hpp.


The documentation for this struct was generated from the following files: