FinalizedInputWithoutUtxo

case class FinalizedInputWithoutUtxo(scriptWitness: Option[ScriptWitness], scriptSig: Option[Seq[ScriptElt]], ripemd160: Set[ByteVector], sha256: Set[ByteVector], hash160: Set[ByteVector], hash256: Set[ByteVector], unknown: Seq[DataEntry]) extends FinalizedInput

Input finalizers should keep the utxo to allow transaction extractors to verify the final network serialized transaction, but it's not mandatory so we may not have it available when parsing psbt inputs.

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

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

Inherited fields

Inherited from:
FinalizedInput
Source:
Psbt.scala
Inherited from:
FinalizedInput
Source:
Psbt.scala
override val sighashType: Option[Int]
Inherited from:
FinalizedInput
Source:
Psbt.scala
Inherited from:
FinalizedInput
Source:
Psbt.scala