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