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

Serializable structure for JSON output (msgpack-compatible) More...

#include <json_output.hpp>

Public Member Functions

 MSGPACK_FIELDS (fields, vk_hash, file_kind, bb_version, scheme, verifier_target)
 

Public Attributes

std::vector< std::string > fields
 
std::string vk_hash
 
std::string file_kind
 
std::string bb_version
 
std::string scheme
 
std::string verifier_target
 

Detailed Description

Serializable structure for JSON output (msgpack-compatible)

Definition at line 30 of file json_output.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::JsonOutput::MSGPACK_FIELDS ( fields  ,
vk_hash  ,
file_kind  ,
bb_version  ,
scheme  ,
verifier_target   
)

Member Data Documentation

◆ bb_version

std::string bb::JsonOutput::bb_version

Definition at line 34 of file json_output.hpp.

◆ fields

std::vector<std::string> bb::JsonOutput::fields

Definition at line 31 of file json_output.hpp.

◆ file_kind

std::string bb::JsonOutput::file_kind

Definition at line 33 of file json_output.hpp.

◆ scheme

std::string bb::JsonOutput::scheme

Definition at line 35 of file json_output.hpp.

◆ verifier_target

std::string bb::JsonOutput::verifier_target

Definition at line 36 of file json_output.hpp.

◆ vk_hash

std::string bb::JsonOutput::vk_hash

Definition at line 32 of file json_output.hpp.


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