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

#include <bbapi_avm.hpp>

Public Member Functions

 SERIALIZATION_FIELDS (proof, stats)
 
bool operator== (const Response &) const =default
 

Public Attributes

std::vector< bb::frproof
 
std::vector< AvmStatstats
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "AvmProveResponse"
 

Detailed Description

Definition at line 43 of file bbapi_avm.hpp.

Member Function Documentation

◆ operator==()

bool bb::bbapi::AvmProve::Response::operator== ( const Response ) const
default

◆ SERIALIZATION_FIELDS()

bb::bbapi::AvmProve::Response::SERIALIZATION_FIELDS ( proof  ,
stats   
)

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::AvmProve::Response::MSGPACK_SCHEMA_NAME[] = "AvmProveResponse"
staticconstexpr

Definition at line 44 of file bbapi_avm.hpp.

◆ proof

std::vector<bb::fr> bb::bbapi::AvmProve::Response::proof

Definition at line 46 of file bbapi_avm.hpp.

◆ stats

std::vector<AvmStat> bb::bbapi::AvmProve::Response::stats

Definition at line 47 of file bbapi_avm.hpp.


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