@CordaInternal data class ExtraConstructorArgs
<init> |
ExtraConstructorArgs(oldParticipants: Collection<Party>, sessions: Collection<FlowSession>, newApi: Boolean, statesToRecord: StatesToRecord, observerSessions: Collection<FlowSession>) |
newApi |
val newApi: Boolean |
observerSessions |
val observerSessions: Collection<FlowSession> |
oldParticipants |
val oldParticipants: Collection<Party> |
sessions |
val sessions: Collection<FlowSession> |
statesToRecord |
val statesToRecord: StatesToRecord |