Normalize, parse, and add outputs to the transaction
Declared in <rpc/rawtransaction_util.h>
void
AddOutputs(
CMutableTransaction& rawTx,
UniValue const& outputs_in);
| Name | Description |
|---|---|
| rawTx | The transaction the outputs are appended to. |
| outputs_in | The univalue outputs to normalize, parse, and add. |