40 .time_in_queue_ms = 0,
41 .time_in_verify_ms = 0,
42 .batch_failure_count = 0 };
Entry point for Barretenberg command-line interface.
VerifyStatus
Status codes for verification results.
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
A request to verify a single Chonk proof.
std::chrono::steady_clock::time_point enqueue_time
Result of verifying a single proof within a batch.
SERIALIZATION_FIELDS(request_id, status, error_message, time_in_queue_ms, time_in_verify_ms, batch_failure_count)
uint32_t batch_failure_count
bool operator==(const VerifyResult &) const =default
static constexpr const char MSGPACK_SCHEMA_NAME[]
static VerifyResult failed(uint64_t id, std::string msg)
std::string error_message