[#PSBTOutput-Merge] = xref:PSBTOutput.adoc[PSBTOutput]::Merge :relfileprefix: ../ :mrdocs: Merge another output's fields into this one. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] bool Merge(xref:PSBTOutput.adoc[PSBTOutput] const& output); ---- == 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 | *output* | The output to merge from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#