![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
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. | |
Result of a full chain verification.
Definition at line 534 of file audit_chain.hpp.
| 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.
| 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.
| 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.
| 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.