Serializable structure for proof JSON output (msgpack-compatible)
More...
#include <json_output.hpp>
|
| template<typename T > |
| static std::string | build (const std::vector< T > &fields, const std::string &vk_hash, const std::string &scheme) |
| |
| static std::vector< uint256_t > | parse (const nlohmann::json &json) |
| |
Serializable structure for proof JSON output (msgpack-compatible)
Definition at line 141 of file json_output.hpp.
◆ build()
template<typename T >
| static std::string bb::ProofJson::build |
( |
const std::vector< T > & |
fields, |
|
|
const std::string & |
vk_hash, |
|
|
const std::string & |
scheme |
|
) |
| |
|
inlinestatic |
◆ MSGPACK_FIELDS()
◆ parse()
| static std::vector< uint256_t > bb::ProofJson::parse |
( |
const nlohmann::json & |
json | ) |
|
|
inlinestatic |
◆ bb_version
| std::string bb::ProofJson::bb_version |
◆ proof
| std::vector<std::string> bb::ProofJson::proof |
◆ scheme
| std::string bb::ProofJson::scheme |
◆ vk_hash
| std::string bb::ProofJson::vk_hash |
The documentation for this struct was generated from the following file: