Output

sealed trait Output extends DataMap

A PSBT output. A valid PSBT must contain one such output per output of the Global.tx.

Source:
Psbt.scala
trait DataMap
class Object
trait Matchable
class Any

Value members

Abstract methods

Derivation paths used to produce the public keys associated to this output.

Derivation paths used to produce the public keys associated to this output.

Source:
Psbt.scala

Redeem script for this output (when using p2sh).

Redeem script for this output (when using p2sh).

Source:
Psbt.scala

(optional) Unknown global entries.

(optional) Unknown global entries.

Source:
Psbt.scala

Witness script for this output (when using p2wsh).

Witness script for this output (when using p2wsh).

Source:
Psbt.scala