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

Name

Description

psbt

The PSBT to merge into this one.

Created with MrDocs