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

<init>

CollectSignatureFlow(partiallySignedTx: SignedTransaction, session: FlowSession, vararg signingKeys: PublicKey) CollectSignatureFlow(partiallySignedTx: SignedTransaction, session: FlowSession, signingKeys: List<PublicKey>)

Get and check the required signature.

Parameters

partiallySignedTx - the transaction to sign.

session - the FlowSession to connect to to get the signature.

signingKeys - the list of keys the party should use to sign the transaction.