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

#include <avm_io.hpp>

Public Member Functions

bool operator== (const AvmProvingInputs &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (public_inputs, hints)
 

Static Public Member Functions

static AvmProvingInputs from (const std::vector< uint8_t > &data)
 

Public Attributes

PublicInputs public_inputs
 
ExecutionHints hints
 

Detailed Description

Definition at line 417 of file avm_io.hpp.

Member Function Documentation

◆ from()

AvmProvingInputs bb::avm2::AvmProvingInputs::from ( const std::vector< uint8_t > &  data)
static

Definition at line 122 of file avm_io.cpp.

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::AvmProvingInputs::MSGPACK_CAMEL_CASE_FIELDS ( public_inputs  ,
hints   
)

◆ operator==()

bool bb::avm2::AvmProvingInputs::operator== ( const AvmProvingInputs other) const
default

Member Data Documentation

◆ hints

ExecutionHints bb::avm2::AvmProvingInputs::hints

Definition at line 419 of file avm_io.hpp.

◆ public_inputs

PublicInputs bb::avm2::AvmProvingInputs::public_inputs

Definition at line 418 of file avm_io.hpp.


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