corda / net.corda.core.node.services / TimeWindowChecker

TimeWindowChecker

class TimeWindowChecker
Deprecated: This class is no longer used

Checks if the current instant provided by the input clock falls within the provided time-window.

Constructors

<init>

Checks if the current instant provided by the input clock falls within the provided time-window.

TimeWindowChecker(clock: Clock = Clock.systemUTC())

Properties

clock

val clock: Clock

Functions

isValid

fun isValid(timeWindow: TimeWindow): Boolean