finalize Witness Input
fun finalizeWitnessInput(outPoint: OutPoint, scriptWitness: ScriptWitness): Either<UpdateFailure, Psbt>
Content copied to clipboard
Implements the PSBT finalizer role: finalizes a given segwit input. This will clear all fields from the input except the utxo, scriptSig, scriptWitness and unknown entries.
Return
a psbt with the given input finalized.
Parameters
out Point
input that should be finalized.
script Witness
witness script.
fun finalizeWitnessInput(inputIndex: Int, scriptWitness: ScriptWitness): Either<UpdateFailure, Psbt>
Content copied to clipboard
Implements the PSBT finalizer role: finalizes a given segwit input. This will clear all fields from the input except the utxo, scriptSig, scriptWitness and unknown entries.
Return
a psbt with the given input finalized.
Parameters
input Index
index of the input that should be finalized.
script Witness
witness script.