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

Contains the verification result. More...

#include <bbapi_client_ivc.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 = "ClientIvcVerifyResponse"
 

Detailed Description

Contains the verification result.

Definition at line 129 of file bbapi_client_ivc.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

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

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char* bb::bbapi::ClientIvcVerify::Response::MSGPACK_SCHEMA_NAME = "ClientIvcVerifyResponse"
staticconstexpr

Definition at line 130 of file bbapi_client_ivc.hpp.

◆ valid

bool bb::bbapi::ClientIvcVerify::Response::valid

True if the proof is valid.

Definition at line 133 of file bbapi_client_ivc.hpp.


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