Reconstruct the unsigned transaction described by this PSBT.

Synopsis

Declared in <psbt.h>

std::optional<CMutableTransaction>
GetUnsignedTx() const;

Return Value

The unsigned transaction, or nullopt if it cannot be built.

Created with MrDocs