Valid

data class Valid(val headHash: String, val verifiedSeqs: LongRange) : VerifyResult

Every entry in verifiedSeqs re-hashed cleanly — no tampering detected.

Constructors

Link copied to clipboard
constructor(headHash: String, verifiedSeqs: LongRange)

Properties

Link copied to clipboard

Recomputed SHA-256 hash of the last entry in the verified range (not the stored hash — this is the trustworthy value).

Link copied to clipboard

Inclusive range of sequence numbers that were verified.