public class TTxFlow
extends FlowLogic
Constructor and Description |
---|
TTxFlow(byte[] txContent,
java.util.Set<net.corda.core.crypto.Party> participants) |
Modifier and Type | Method and Description |
---|---|
SecureHash |
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.
|
java.util.Set<net.corda.core.crypto.Party> |
getParticipants() |
byte[] |
getTxContent() |
call, getCounterpartyMarker, getLogger, getProgressTracker, getRunId, getServiceHub, getStateMachine, receive, send, sendAndReceive, setStateMachine, subFlow, subFlow, track
public TTxFlow(byte[] txContent, java.util.Set<net.corda.core.crypto.Party> participants)
public SecureHash 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.
public byte[] getTxContent()
public java.util.Set<net.corda.core.crypto.Party> getParticipants()