corda / net.corda.core.flows / SendStateAndRefFlow / <init>

<init>

SendStateAndRefFlow(otherSideSession: FlowSession, stateAndRefs: List<StateAndRef<*>>)

The SendStateAndRefFlow should be used to send a list of input StateAndRef to another peer that wishes to verify the input's integrity by resolving and checking the dependencies as well. The other side should invoke ReceiveStateAndRefFlow at the right point in the conversation to receive the input state and ref and perform the resolution back-and-forth required to check the dependencies.

Parameters

otherSideSession - the target session.

stateAndRefs - the list of StateAndRef being sent to the otherSideSession.