Chain Verification Result
Result of audit chain integrity verification.
The hash chain links each audit event to its predecessor, making tampering detectable (though not impossible).
Inheritors
Types
Link copied to clipboard
The specified range contains no events.
Link copied to clipboard
An event's computed hash doesn't match its stored hash.
Link copied to clipboard
data class SignatureInvalid(val eventId: String, val eventTs: Long, val reason: String) : ChainVerificationResult
Signature verification failed for a signed event.