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