PartiallySignedInputWithoutUtxo

case class PartiallySignedInputWithoutUtxo(sighashType: Option[Int], derivationPaths: Map[PublicKey, KeyPathWithMaster], ripemd160: Set[ByteVector], sha256: Set[ByteVector], hash160: Set[ByteVector], hash256: Set[ByteVector], unknown: Seq[DataEntry]) extends PartiallySignedInput
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:
Product

Concrete fields

Non-witness utxo, used when spending non-segwit outputs (may also be included when spending segwit outputs).

Non-witness utxo, used when spending non-segwit outputs (may also be included when spending segwit outputs).

Source:
Psbt.scala

Signatures as would be pushed to the stack from a scriptSig or witness.

Signatures as would be pushed to the stack from a scriptSig or witness.

Source:
Psbt.scala

Redeem script for this input (when using p2sh).

Redeem script for this input (when using p2sh).

Source:
Psbt.scala

Witness script for this input (when using p2wsh).

Witness script for this input (when using p2wsh).

Source:
Psbt.scala
override val witnessUtxo: Option[TxOut]

Witness utxo, used when spending segwit outputs.

Witness utxo, used when spending segwit outputs.

Source:
Psbt.scala

Inherited fields

override val scriptSig: Option[Seq[ScriptElt]]

Fully constructed scriptSig with signatures and any other scripts necessary for the input to pass validation.

Fully constructed scriptSig with signatures and any other scripts necessary for the input to pass validation.

Inherited from:
PartiallySignedInput
Source:
Psbt.scala

Fully constructed scriptWitness with signatures and any other scripts necessary for the input to pass validation.

Fully constructed scriptWitness with signatures and any other scripts necessary for the input to pass validation.

Inherited from:
PartiallySignedInput
Source:
Psbt.scala