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.
This is effectively the input to a scheduler, which wakes up at that point in time and asks the contract state what lifecycle processing needs to take place. e.g. a fixing or a late payment etc.
| <init> |
ScheduledStateRef(ref: StateRef, scheduledAt: Instant)Represents 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. |
| ref |
val ref: StateRef |
| scheduledAt |
val scheduledAt: Instant |