class Acceptor : Secondary<AutoOffer>
One side of the flow for inserting a pre-agreed deal.
<init> |
Acceptor(otherParty: Party, progressTracker: ProgressTracker = Secondary.tracker()) One side of the flow for inserting a pre-agreed deal. |
otherParty |
open val otherParty: Party |
progressTracker |
open val progressTracker: ProgressTracker Override this to provide a ProgressTracker. If one is provided and stepped, the framework will do something helpful with the progress reports. If this flow is invoked as a sub-flow of another, then the tracker will be made a child of the current step in the parent. If its null, this flow doesnt track progress. |
assembleSharedTX |
open fun assembleSharedTX(: Handshake<AutoOffer>): <ERROR CLASS><TransactionBuilder, List<CompositeKey>> |
validateHandshake |
open fun validateHandshake(handshake: Handshake<AutoOffer>): Handshake<AutoOffer> |
call |
open fun call(): SignedTransaction This is where you fill out your business logic. |