[#AddInputs] = AddInputs :mrdocs: Normalize univalue‐represented inputs and add them to the transaction == Synopsis Declared in `<rpc/rawtransaction_util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AddInputs( xref:CMutableTransaction.adoc[CMutableTransaction]& rawTx, xref:UniValue.adoc[UniValue] const& inputs_in, bool rbf); ---- == Parameters [cols="1,4"] |=== | Name| Description | *rawTx* | The transaction the inputs are appended to. | *inputs_in* | The univalue array of inputs to normalize and add. | *rbf* | Whether to signal replace‐by‐fee on the added inputs. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#