case class TaprootKeyPathInputInfo(outPoint: TransactionOutPoint, amount: CurrencyUnit, scriptPubKey: TaprootScriptPubKey, previousOutputMap: PreviousOutputMap) extends TaprootInputInfo with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TaprootKeyPathInputInfo
- Serializable
- Product
- Equals
- TaprootInputInfo
- InputInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TaprootKeyPathInputInfo(outPoint: TransactionOutPoint, amount: CurrencyUnit, scriptPubKey: TaprootScriptPubKey, previousOutputMap: PreviousOutputMap)
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
- val amount: CurrencyUnit
- Definition Classes
- TaprootKeyPathInputInfo → InputInfo
- 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 conditionalPath: ConditionalPath
- Definition Classes
- TaprootInputInfo → InputInfo
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def genericWithSignFrom(signerMaterial: InputSigningInfo[InputInfo]): InputSigningInfo[TaprootKeyPathInputInfo.this.type]
- Definition Classes
- InputInfo
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inputIndex: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- val outPoint: TransactionOutPoint
- Definition Classes
- TaprootKeyPathInputInfo → InputInfo
- def output: TransactionOutput
- Definition Classes
- InputInfo
- def outputReference: OutputReference
- Definition Classes
- InputInfo
- val previousOutputMap: PreviousOutputMap
- Definition Classes
- TaprootKeyPathInputInfo → InputInfo
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def pubKeys: Vector[XOnlyPubKey]
- Definition Classes
- TaprootKeyPathInputInfo → TaprootInputInfo → InputInfo
- val requiredSigs: Int
- Definition Classes
- TaprootKeyPathInputInfo → InputInfo
- val scriptPubKey: TaprootScriptPubKey
- Definition Classes
- TaprootKeyPathInputInfo → TaprootInputInfo → InputInfo
- def scriptWitness: TaprootWitness
- Definition Classes
- TaprootKeyPathInputInfo → TaprootInputInfo
- def sortPreviousOutputMap(outPoints: Vector[TransactionOutPoint]): InputInfo
Sorts our previousOutputMap to be in the same ordering as the given outPoints This is necessary as the outpoints must be signed in the exact order they appear in the inputs of our Transaction according to BIP341
Sorts our previousOutputMap to be in the same ordering as the given outPoints This is necessary as the outpoints must be signed in the exact order they appear in the inputs of our Transaction according to BIP341
- returns
InputInfo with the previousOutputMap sorted correctly
- Definition Classes
- InputInfo
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toSpendingInfo(prevTransaction: Transaction, signer: Sign, hashType: HashType): ECSignatureParams[InputInfo]
- Definition Classes
- InputInfo
- def toSpendingInfo(prevTransaction: Transaction, signers: Vector[Sign], hashType: HashType): ScriptSignatureParams[InputInfo]
- Definition Classes
- InputInfo
- 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()
- def withSignFrom(signerMaterial: ECSignatureParams[InputInfo]): ECSignatureParams[TaprootKeyPathInputInfo.this.type]
- Definition Classes
- InputInfo
- def withSignFrom(signerMaterial: ScriptSignatureParams[InputInfo]): ScriptSignatureParams[TaprootKeyPathInputInfo.this.type]
- Definition Classes
- InputInfo