Normalize univalue‐represented inputs and add them to the transaction

Synopsis

Declared in <rpc/rawtransaction_util.h>

void
AddInputs(
    CMutableTransaction& rawTx,
    UniValue const& inputs_in,
    bool rbf);

Parameters

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.

Created with MrDocs