HashMismatch

data class HashMismatch(val eventId: String, val eventTs: Long) : ChainVerificationResult

An event's computed hash doesn't match its stored hash.

This is a more severe issue than a chain break - the event itself has been modified.

Constructors

Link copied to clipboard
constructor(eventId: String, eventTs: Long)

Properties

Link copied to clipboard

ID of the corrupted event.

Link copied to clipboard

Timestamp of the corrupted event.