PartiallySignedNonWitnessInput

case class PartiallySignedNonWitnessInput(inputTx: Transaction, outputIndex: Int, sighashType: Option[Int], partialSigs: Map[PublicKey, ByteVector], derivationPaths: Map[PublicKey, KeyPathWithMaster], redeemScript: Option[Seq[ScriptElt]], ripemd160: Set[ByteVector], sha256: Set[ByteVector], hash160: Set[ByteVector], hash256: Set[ByteVector], unknown: Seq[DataEntry]) extends PartiallySignedInput with NonWitnessInput
Source:
Psbt.scala
trait Serializable
trait Product
trait Equals
trait Input
trait DataMap
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
NonWitnessInput
Source:
Psbt.scala
Inherited from:
Product

Inherited fields

Inherited from:
NonWitnessInput
Source:
Psbt.scala
override val scriptSig: Option[Seq[ScriptElt]]
Inherited from:
PartiallySignedInput
Source:
Psbt.scala
Inherited from:
NonWitnessInput
Source:
Psbt.scala
override val witnessUtxo: Option[TxOut]
Inherited from:
NonWitnessInput
Source:
Psbt.scala