Input

sealed trait Input extends DataMap

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

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

Value members

Abstract methods

Derivation paths used for the signatures.

Derivation paths used for the signatures.

Source:
Psbt.scala

Hash160 preimages (e.g. for miniscript hash challenges).

Hash160 preimages (e.g. for miniscript hash challenges).

Source:
Psbt.scala

Hash256 preimages (e.g. for miniscript hash challenges).

Hash256 preimages (e.g. for miniscript hash challenges).

Source:
Psbt.scala

Non-witness utxo, used when spending non-segwit outputs (may also be included when spending segwit outputs).

Non-witness utxo, used when spending non-segwit outputs (may also be included when spending segwit outputs).

Source:
Psbt.scala

Signatures as would be pushed to the stack from a scriptSig or witness.

Signatures as would be pushed to the stack from a scriptSig or witness.

Source:
Psbt.scala

Redeem script for this input (when using p2sh).

Redeem script for this input (when using p2sh).

Source:
Psbt.scala

RipeMD160 preimages (e.g. for miniscript hash challenges).

RipeMD160 preimages (e.g. for miniscript hash challenges).

Source:
Psbt.scala

Fully constructed scriptSig with signatures and any other scripts necessary for the input to pass validation.

Fully constructed scriptSig with signatures and any other scripts necessary for the input to pass validation.

Source:
Psbt.scala

Fully constructed scriptWitness with signatures and any other scripts necessary for the input to pass validation.

Fully constructed scriptWitness with signatures and any other scripts necessary for the input to pass validation.

Source:
Psbt.scala

Sha256 preimages (e.g. for miniscript hash challenges).

Sha256 preimages (e.g. for miniscript hash challenges).

Source:
Psbt.scala

Sighash type to be used when producing signatures for this output.

Sighash type to be used when producing signatures for this output.

Source:
Psbt.scala

(optional) Unknown global entries.

(optional) Unknown global entries.

Source:
Psbt.scala

Witness script for this input (when using p2wsh).

Witness script for this input (when using p2wsh).

Source:
Psbt.scala

Witness utxo, used when spending segwit outputs.

Witness utxo, used when spending segwit outputs.

Source:
Psbt.scala