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.Transaction.kt
+42-2Lines changed: 42 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -215,6 +215,7 @@ fun FlowLogic<*>.finalizeTransaction(
215
215
/**
216
216
* Finalizes a transaction.
217
217
* To use this function, [SendStatesToRecordStep] and [FinalizeTransactionStep] will need to be evident in your progress tracker.
218
+
* If your flow only updates a transaction locally, you can omit [SendStatesToRecordStep] from your progress tracker.
218
219
*
219
220
* This function allows the initiator to specify how counter-parties should record states of the finalized transaction.
220
221
* Each session will record the transaction states according to the [counterpartyStatesToRecord] parameter, unless they
@@ -229,7 +230,7 @@ fun FlowLogic<*>.finalizeTransaction(
Copy file name to clipboardExpand all lines: onixlabs-corda-core-workflow/src/main/kotlin/io/onixlabs/corda/core/workflow/InternalSerializationWhitelist.kt
0 commit comments