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

Contains the verification result. More...

#include <bbapi_chonk.hpp>

Public Member Functions

 MSGPACK_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 [] = "ChonkVerifyResponse"
 

Detailed Description

Contains the verification result.

Definition at line 129 of file bbapi_chonk.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::bbapi::ChonkVerify::Response::MSGPACK_FIELDS ( valid  )

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::ChonkVerify::Response::MSGPACK_SCHEMA_NAME[] = "ChonkVerifyResponse"
staticconstexpr

Definition at line 130 of file bbapi_chonk.hpp.

◆ valid

bool bb::bbapi::ChonkVerify::Response::valid

True if the proof is valid.

Definition at line 133 of file bbapi_chonk.hpp.


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