PartiallySignedInput

sealed trait PartiallySignedInput extends Input

A partially signed input. More signatures may need to be added before it can be finalized.

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

Value members

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

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).

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

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

Witness script for this input (when using p2wsh).

Witness script for this input (when using p2wsh).

Inherited from:
Input
Source:
Psbt.scala

Witness utxo, used when spending segwit outputs.

Witness utxo, used when spending segwit outputs.

Inherited from:
Input
Source:
Psbt.scala

Concrete fields

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