[#AddOutputs] = AddOutputs :mrdocs: Normalize, parse, and add outputs to the transaction == Synopsis Declared in `<rpc/rawtransaction_util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AddOutputs( xref:CMutableTransaction.adoc[CMutableTransaction]& rawTx, xref:UniValue.adoc[UniValue] const& outputs_in); ---- == Parameters [cols="1,4"] |=== | Name| Description | *rawTx* | The transaction the outputs are appended to. | *outputs_in* | The univalue outputs to normalize, parse, and add. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#