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

#include <avm_inputs.hpp>

Public Member Functions

bool operator== (const AvmProvingInputs &other) const =default
 
 MSGPACK_FIELDS (publicInputs, hints)
 

Static Public Member Functions

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

Public Attributes

PublicInputs publicInputs
 
ExecutionHints hints
 

Detailed Description

Definition at line 375 of file avm_inputs.hpp.

Member Function Documentation

◆ from()

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

Definition at line 119 of file avm_inputs.cpp.

◆ MSGPACK_FIELDS()

bb::avm2::AvmProvingInputs::MSGPACK_FIELDS ( publicInputs  ,
hints   
)

◆ operator==()

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

Member Data Documentation

◆ hints

ExecutionHints bb::avm2::AvmProvingInputs::hints

Definition at line 377 of file avm_inputs.hpp.

◆ publicInputs

PublicInputs bb::avm2::AvmProvingInputs::publicInputs

Definition at line 376 of file avm_inputs.hpp.


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