Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::AuditChainVerifier::VerificationResult Struct Reference

Result of a full chain verification. More...

#include <audit_chain.hpp>

Public Attributes

bool valid = false
 True if the entire chain passed all integrity checks.
 
int64_t entries_checked = 0
 Number of entries that were successfully verified before a failure was detected (or the total count if all valid).
 
int64_t first_bad_index = -1
 Index of the first entry that failed verification, or -1 if all entries are valid.
 
std::string error_message
 Human-readable description of the verification outcome.
 

Detailed Description

Result of a full chain verification.

Definition at line 534 of file audit_chain.hpp.

Member Data Documentation

◆ entries_checked

int64_t signet::forge::AuditChainVerifier::VerificationResult::entries_checked = 0

Number of entries that were successfully verified before a failure was detected (or the total count if all valid).

Definition at line 540 of file audit_chain.hpp.

◆ error_message

std::string signet::forge::AuditChainVerifier::VerificationResult::error_message

Human-readable description of the verification outcome.

Empty on success; describes the failure mode otherwise.

Definition at line 548 of file audit_chain.hpp.

◆ first_bad_index

int64_t signet::forge::AuditChainVerifier::VerificationResult::first_bad_index = -1

Index of the first entry that failed verification, or -1 if all entries are valid.

Definition at line 544 of file audit_chain.hpp.

◆ valid

bool signet::forge::AuditChainVerifier::VerificationResult::valid = false

True if the entire chain passed all integrity checks.

Definition at line 536 of file audit_chain.hpp.


The documentation for this struct was generated from the following file: