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