BeforeAbsoluteTime

data class BeforeAbsoluteTime(val timestamp: Long) : ClaimPredicate

A predicate that is satisfied if the time is before the specified absolute time.

Constructors

Link copied to clipboard
constructor(timestamp: Long)

Properties

Link copied to clipboard

Absolute Unix timestamp in seconds

Functions

Link copied to clipboard
open override fun toXdr(): ClaimPredicateXdr

Converts this predicate to its XDR representation.