UnspecifiedOutput

case class UnspecifiedOutput(derivationPaths: Map[PublicKey, KeyPathWithMaster], unknown: Seq[DataEntry]) extends Output

An output for which usage of segwit is currently unknown.

Source:
Psbt.scala
trait Serializable
trait Product
trait Equals
trait Output
trait DataMap
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

override val redeemScript: Option[Seq[ScriptElt]]

Redeem script for this output (when using p2sh).

Redeem script for this output (when using p2sh).

Source:
Psbt.scala
override val witnessScript: Option[Seq[ScriptElt]]

Witness script for this output (when using p2wsh).

Witness script for this output (when using p2wsh).

Source:
Psbt.scala