PartiallySignedTransaction::Merge

Merge psbt into this. The two psbts must have the same underlying CTransaction (i.e. the same actual Bitcoin transaction.)

Synopsis

Declared in <psbt.h>

[[nodiscard]]
bool
Merge(PartiallySignedTransaction const& psbt);

Return Value

True if the merge succeeded, false otherwise.

NOTE

The return value should not be discarded.

Parameters

NameDescription
psbtThe PSBT to merge into this one.