FinalityProtocol(transaction: SignedTransaction, participants: Set<Party>, progressTracker: ProgressTracker = tracker())
Finalise a transaction by notarising it, then recording it locally, and then sending it to all involved parties.
transaction
- to commit.participants
- a list of participants involved in the transaction.Return
a list of participants who were successfully notified of the transaction.