BeforeRelativeTime

data class BeforeRelativeTime(val seconds: Long) : ClaimPredicate

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

Constructors

Link copied to clipboard
constructor(seconds: Long)

Properties

Link copied to clipboard

Relative time in seconds from the close time of the ledger in which the claimable balance was created

Functions

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

Converts this predicate to its XDR representation.