case class UnassignedSegwitNativeInputInfo(outPoint: TransactionOutPoint, amount: CurrencyUnit, scriptPubKey: WitnessScriptPubKey, scriptWitness: ScriptWitness, conditionalPath: ConditionalPath, pubKeys: Vector[ECPublicKey]) extends InputInfo with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnassignedSegwitNativeInputInfo
- Serializable
- Product
- Equals
- InputInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UnassignedSegwitNativeInputInfo(outPoint: TransactionOutPoint, amount: CurrencyUnit, scriptPubKey: WitnessScriptPubKey, scriptWitness: ScriptWitness, conditionalPath: ConditionalPath, pubKeys: Vector[ECPublicKey])
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
- UnassignedSegwitNativeInputInfo → 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()
- val conditionalPath: ConditionalPath
- Definition Classes
- UnassignedSegwitNativeInputInfo → 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[UnassignedSegwitNativeInputInfo.this.type]
- Definition Classes
- InputInfo
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- UnassignedSegwitNativeInputInfo → InputInfo
- def output: TransactionOutput
- Definition Classes
- InputInfo
- def outputReference: OutputReference
- Definition Classes
- InputInfo
- def previousOutputMap: PreviousOutputMap
- Definition Classes
- UnassignedSegwitNativeInputInfo → InputInfo
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pubKeys: Vector[ECPublicKey]
- Definition Classes
- UnassignedSegwitNativeInputInfo → InputInfo
- def requiredSigs: Int
- Definition Classes
- UnassignedSegwitNativeInputInfo → InputInfo
- val scriptPubKey: WitnessScriptPubKey
- Definition Classes
- UnassignedSegwitNativeInputInfo → InputInfo
- val scriptWitness: ScriptWitness
- 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[UnassignedSegwitNativeInputInfo.this.type]
- Definition Classes
- InputInfo
- def withSignFrom(signerMaterial: ScriptSignatureParams[InputInfo]): ScriptSignatureParams[UnassignedSegwitNativeInputInfo.this.type]
- Definition Classes
- InputInfo