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
Name |
Description |
psbtx |
PartiallySignedTransaction to finalize |
Created with MrDocs