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

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

Inherited fields

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