EmptyRange

data class EmptyRange(val fromTs: Long, val toTs: Long) : ChainVerificationResult

The specified range contains no events.

This is not an error - just means there's nothing to verify.

Constructors

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

Properties

Link copied to clipboard

Start of the requested range.

Link copied to clipboard
val toTs: Long

End of the requested range.