object P2PKHSigner extends P2PKHSigner
- Alphabetic
- By Inheritance
- P2PKHSigner
- P2PKHSigner
- RawSingleKeyBitcoinSigner
- Signer
- SignerUtils
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def doSign(unsignedTx: Transaction, signingInfo: InputSigningInfo[InputInfo], sign: (ByteVector) => ECDigitalSignature, hashType: HashType, isDummySignature: Boolean): ECDigitalSignature
- Definition Classes
- SignerUtils
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val flags: Seq[ScriptFlag]
- Attributes
- protected
- Definition Classes
- SignerUtils
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inputIndex(spendingInfo: InputSigningInfo[InputInfo], tx: Transaction): UInt32
- Attributes
- protected
- Definition Classes
- SignerUtils
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyAndSigToScriptSig(key: ECPublicKey, sig: ECDigitalSignature, spendingInfo: InputSigningInfo[P2PKHInputInfo]): ScriptSignature
- Definition Classes
- P2PKHSigner → RawSingleKeyBitcoinSigner
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def relevantInfo(spendingInfo: InputSigningInfo[InputInfo], unsignedTx: Transaction): (Seq[Sign], TransactionOutput, UInt32, HashType)
- Attributes
- protected
- Definition Classes
- SignerUtils
- def sign(spendingInfo: ScriptSignatureParams[InputInfo], unsignedTx: Transaction, isDummySignature: Boolean, spendingInfoToSatisfy: ScriptSignatureParams[P2PKHInputInfo]): TxSigComponent
The method used to sign a bitcoin unspent transaction output that is potentially nested
The method used to sign a bitcoin unspent transaction output that is potentially nested
- spendingInfo
\- The information required for signing
- unsignedTx
the external Transaction that needs an input signed
- isDummySignature
\- do not sign the tx for real, just use a dummy signature this is useful for fee estimation
- spendingInfoToSatisfy
\- specifies the NewSpendingInfo whose ScriptPubKey needs a ScriptSignature to be generated
- Definition Classes
- RawSingleKeyBitcoinSigner → Signer
- def sign(spendingInfo: ScriptSignatureParams[P2PKHInputInfo], unsignedTx: Transaction, isDummySignature: Boolean): TxSigComponent
The method used to sign a bitcoin unspent transaction output
The method used to sign a bitcoin unspent transaction output
- spendingInfo
\- The information required for signing
- unsignedTx
the external Transaction that needs an input signed
- isDummySignature
\- do not sign the tx for real, just use a dummy signature this is useful for fee estimation
- Definition Classes
- Signer
- def signSingle(spendingInfo: ECSignatureParams[InputInfo], unsignedTx: Transaction, isDummySignature: Boolean): PartialSignature
- Definition Classes
- SignerUtils
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateScriptSigInSigComponent(unsignedTx: Transaction, inputIndex: Int, output: TransactionOutput, scriptSignature: ScriptSignature): BaseTxSigComponent
Creates a BaseTxSigComponent by replacing the unsignedTx input at inputIndex with a signed one using the given ScriptSignature
Creates a BaseTxSigComponent by replacing the unsignedTx input at inputIndex with a signed one using the given ScriptSignature
- Attributes
- protected
- Definition Classes
- Signer
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def doSign(sigComponent: TxSigComponent, sign: (ByteVector) => ECDigitalSignature, hashType: HashType, isDummySignature: Boolean): ECDigitalSignature
- Definition Classes
- SignerUtils
- Annotations
- @deprecated
- Deprecated
(Since version 6/23/2020) use an InputSigningInfo[InputInfo] instead