Finalizes a PSBT if possible, and extracts it to a CMutableTransaction if it could be finalized.
Declared in <psbt.h>
bool
FinalizeAndExtractPSBT(
PartiallySignedTransaction& psbtx,
CMutableTransaction& result);
True if we successfully extracted the transaction, false otherwise
| Name | Description |
|---|---|
| psbtx [in] | PartiallySignedTransaction |
| result [out] | CMutableTransaction representing the complete transaction, if successful |