|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
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 |
Serializable structure for JSON output (msgpack-compatible)
Definition at line 30 of file json_output.hpp.
| bb::JsonOutput::MSGPACK_FIELDS | ( | fields | , |
| vk_hash | , | ||
| file_kind | , | ||
| bb_version | , | ||
| scheme | , | ||
| verifier_target | |||
| ) |
| std::string bb::JsonOutput::bb_version |
Definition at line 34 of file json_output.hpp.
| std::vector<std::string> bb::JsonOutput::fields |
Definition at line 31 of file json_output.hpp.
| std::string bb::JsonOutput::file_kind |
Definition at line 33 of file json_output.hpp.
| std::string bb::JsonOutput::scheme |
Definition at line 35 of file json_output.hpp.
| std::string bb::JsonOutput::verifier_target |
Definition at line 36 of file json_output.hpp.
| std::string bb::JsonOutput::vk_hash |
Definition at line 32 of file json_output.hpp.