Valid

data class Valid(val eventCount: Int, val fromTs: Long, val toTs: Long) : ChainVerificationResult

The audit chain is valid.

All events in the specified range have valid hash links.

Constructors

Link copied to clipboard
constructor(eventCount: Int, fromTs: Long, toTs: Long)

Properties

Link copied to clipboard

Number of events verified.

Link copied to clipboard

Start timestamp of verified range.

Link copied to clipboard
val toTs: Long

End timestamp of verified range.