Normalize univalue-represented inputs and add them to the transaction
Declared in <rpc/rawtransaction_util.h>
void
AddInputs(
CMutableTransaction& rawTx,
UniValue const& inputs_in,
bool rbf);
| 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. |