NonWitnessInput

sealed trait NonWitnessInput extends Input

An input spending a non-segwit output.

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

Value members

Abstract methods

Concrete methods

Inherited methods

Derivation paths used for the signatures.

Derivation paths used for the signatures.

Inherited from:
Input
Source:
Psbt.scala

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

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

Inherited from:
Input
Source:
Psbt.scala

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

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

Inherited from:
Input
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.

Inherited from:
Input
Source:
Psbt.scala

Redeem script for this input (when using p2sh).

Redeem script for this input (when using p2sh).

Inherited from:
Input
Source:
Psbt.scala

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

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

Inherited from:
Input
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.

Inherited from:
Input
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.

Inherited from:
Input
Source:
Psbt.scala

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

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

Inherited from:
Input
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.

Inherited from:
Input
Source:
Psbt.scala

(optional) Unknown global entries.

(optional) Unknown global entries.

Inherited from:
Input
Source:
Psbt.scala

Concrete fields

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