sealed trait RawInputInfo extends InputInfo
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RawInputInfo
- InputInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def amount: CurrencyUnit
- Definition Classes
- InputInfo
- abstract def conditionalPath: ConditionalPath
- Definition Classes
- InputInfo
- abstract def outPoint: TransactionOutPoint
- Definition Classes
- InputInfo
- abstract def pubKeys: Vector[ECPublicKey]
- Definition Classes
- RawInputInfo → InputInfo
- abstract def requiredSigs: Int
- Definition Classes
- InputInfo
- abstract def scriptPubKey: RawScriptPubKey
- Definition Classes
- RawInputInfo → InputInfo
Concrete 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()
- 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])
- def genericWithSignFrom(signerMaterial: InputSigningInfo[InputInfo]): InputSigningInfo[RawInputInfo.this.type]
- Definition Classes
- InputInfo
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- 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()
- def output: TransactionOutput
- Definition Classes
- InputInfo
- def outputReference: OutputReference
- Definition Classes
- InputInfo
- def previousOutputMap: PreviousOutputMap
- Definition Classes
- RawInputInfo → InputInfo
- 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
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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[RawInputInfo.this.type]
- Definition Classes
- InputInfo
- def withSignFrom(signerMaterial: ScriptSignatureParams[InputInfo]): ScriptSignatureParams[RawInputInfo.this.type]
- Definition Classes
- InputInfo