AddOutputs

Normalize, parse, and add outputs to the transaction

Synopsis

Declared in <rpc/rawtransaction_util.h>

void
AddOutputs(
    CMutableTransaction& rawTx,
    UniValue const& outputs_in);

Parameters

NameDescription
rawTxThe transaction the outputs are appended to.
outputs_inThe univalue outputs to normalize, parse, and add.