corda / net.corda.core.context / InvocationOrigin / Scheduled

Scheduled

data class Scheduled : InvocationOrigin

Origin was a scheduled activity.

Constructors

<init>

Origin was a scheduled activity.

Scheduled(scheduledState: ScheduledStateRef)

Properties

scheduledState

val scheduledState: ScheduledStateRef

Functions

principal

Returns the Principal for a given Actor.

fun principal(): Principal