NonWitnessOutput

case class NonWitnessOutput(redeemScript: Option[Seq[ScriptElt]], derivationPaths: Map[PublicKey, KeyPathWithMaster], unknown: Seq[DataEntry]) extends Output

A non-segwit output.

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 witnessScript: Option[Seq[ScriptElt]]

Witness script for this output (when using p2wsh).

Witness script for this output (when using p2wsh).

Source:
Psbt.scala