PSBTOutput::Merge

Merge another output's fields into this one.

Synopsis

Declared in <psbt.h>

[[nodiscard]]
bool
Merge(PSBTOutput const& output);

Return Value

True if the merge succeeded.

NOTE

The return value should not be discarded.

Parameters

NameDescription
outputThe output to merge from.