Incomplete

data class Incomplete(val resumeFromSeq: Long, val headHash: String) : VerifyResult

The verified range was larger than one pageSize window; the caller should resume.

This is NOT an error — it is the pagination signal. A chain of N entries with pageSize = 5000 will emit ⌊N/5000⌋ Incomplete results before the final Valid or Broken.

Constructors

Link copied to clipboard
constructor(resumeFromSeq: Long, headHash: String)

Properties

Link copied to clipboard

Recomputed hash of the last entry in this page.

Link copied to clipboard

The next fromSeq to pass to resume verification.