[#PSBTInput-Merge] = xref:PSBTInput.adoc[PSBTInput]::Merge :relfileprefix: ../ :mrdocs: Merge another input's fields into this one. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] bool Merge(xref:PSBTInput.adoc[PSBTInput] const& input); ---- == Return Value True if the merge succeeded. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *input* | The input to merge from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#