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

#include <bbapi_chonk.hpp>

Public Member Functions

 SERIALIZATION_FIELDS (valid)
 
bool operator== (const Response &) const =default
 

Public Attributes

bool valid
 True if the proof is valid.
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "ChonkVerifyFromFieldsResponse"
 

Detailed Description

Definition at line 172 of file bbapi_chonk.hpp.

Member Function Documentation

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::bbapi::ChonkVerifyFromFields::Response::SERIALIZATION_FIELDS ( valid  )

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::ChonkVerifyFromFields::Response::MSGPACK_SCHEMA_NAME[] = "ChonkVerifyFromFieldsResponse"
staticconstexpr

Definition at line 173 of file bbapi_chonk.hpp.

◆ valid

bool bb::bbapi::ChonkVerifyFromFields::Response::valid

True if the proof is valid.

Definition at line 176 of file bbapi_chonk.hpp.


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