You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: onixlabs-corda-core-workflow/src/main/kotlin/io/onixlabs/corda/core/workflow/Extensions.FlowLogic.Sessions.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ fun FlowLogic<*>.checkSufficientSessions(
116
116
*
117
117
* @param sessions The flow sessions that have been provided to the flow.
118
118
* @param states The states that will be used as input or output states in a transaction.
119
+
* @param partyProjection Provides a mechanism to project, or resolve anonymous to well-known identities.
119
120
* @throws FlowException if a required counter-party session is missing for a state participant.
120
121
*/
121
122
@Suspendable
@@ -129,6 +130,7 @@ fun FlowLogic<*>.checkSufficientSessions(
129
130
*
130
131
* @param sessions The flow sessions that have been provided to the flow.
131
132
* @param transaction The transaction for which to check that sufficient flow sessions exist.
133
+
* @param partyProjection Provides a mechanism to project, or resolve anonymous to well-known identities.
132
134
* @throws FlowException if a required counter-party session is missing for a state participant.
0 commit comments