[#PartiallySignedTransaction-AddOutput] = xref:PartiallySignedTransaction.adoc[PartiallySignedTransaction]::AddOutput :relfileprefix: ../ :mrdocs: Append a new output to this transaction. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool AddOutput(xref:PSBTOutput.adoc[PSBTOutput] const& psbtout); ---- == Return Value True if the output was added. == Parameters [cols="1,4"] |=== | Name| Description | *psbtout* | The output to append. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#