FinalizePSBT

Finalizes a PSBT if possible, combining partial signatures.

Synopsis

Declared in <psbt.h>

bool
FinalizePSBT(PartiallySignedTransaction& psbtx);

Return Value

True if the PSBT is now complete, false otherwise

Parameters

NameDescription
psbtxPartiallySignedTransaction to finalize