PSBTInput::Merge

Merge another input's fields into this one.

Synopsis

Declared in <psbt.h>

[[nodiscard]]
bool
Merge(PSBTInput const& input);

Return Value

True if the merge succeeded.

NOTE

The return value should not be discarded.

Parameters

NameDescription
inputThe input to merge from.