corda / net.corda.flows / TwoPartyTradeFlow / Seller / call

call

@Suspendable open fun call(): SignedTransaction

Overrides FlowLogic.call

This is where you fill out your business logic. The returned object will usually be ignored, but can be helpful if this flow is meant to be used as a subflow.