Result of verifying a single proof within a batch.
More...
#include <batch_verifier_types.hpp>
Result of verifying a single proof within a batch.
Definition at line 27 of file batch_verifier_types.hpp.
◆ failed()
| static VerifyResult bb::VerifyResult::failed |
( |
uint64_t |
id, |
|
|
std::string |
msg |
|
) |
| |
|
inlinestatic |
◆ operator==()
| bool bb::VerifyResult::operator== |
( |
const VerifyResult & |
| ) |
const |
|
default |
◆ SERIALIZATION_FIELDS()
◆ verified()
| bool bb::VerifyResult::verified |
( |
| ) |
const |
|
inline |
◆ batch_failure_count
| uint32_t bb::VerifyResult::batch_failure_count = 0 |
◆ error_message
| std::string bb::VerifyResult::error_message |
◆ MSGPACK_SCHEMA_NAME
| constexpr const char bb::VerifyResult::MSGPACK_SCHEMA_NAME[] = "VerifyResult" |
|
staticconstexpr |
◆ request_id
| uint64_t bb::VerifyResult::request_id = 0 |
◆ status
◆ time_in_queue_ms
| double bb::VerifyResult::time_in_queue_ms = 0 |
◆ time_in_verify_ms
| double bb::VerifyResult::time_in_verify_ms = 0 |
The documentation for this struct was generated from the following file: