add Signature
abstract fun addSignature(publicKey: PublicKey): ConsensualSignedTransaction
Content copied to clipboard
Sign the current ConsensualSignedTransaction with the specified key.
Return
Returns a new ConsensualSignedTransaction containing the applied signature.
Parameters
public Key
The private counterpart of the specified public key will be used for signing the ConsensualSignedTransaction.