interface ScheduledSomething which is scheduled to happen at a point in time
| scheduledAt |
abstract val scheduledAt: Instant |
| ScheduledActivity |
data class ScheduledActivity : ScheduledThis class represents the lifecycle activity that a contract state of type LinearState would like to perform at a given point in time. e.g. run a fixing protocol. |
| ScheduledStateRef |
data class ScheduledStateRef : ScheduledRepresents a contract state (unconsumed output) of type LinearState and a point in time that a lifecycle event is expected to take place for that contract state. |