CollectSignatureFlow

constructor(partiallySignedTx: SignedTransaction, session: FlowSession, vararg signingKeys: PublicKey)


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

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.