MutableTransactionSignatureCreator::MutableTransactionSignatureCreator

Construct a signature creator for one input of a transaction.

Synopsis

Declared in <script/sign.h>

MutableTransactionSignatureCreator(
    CMutableTransaction const& tx,
    unsigned int input_idx,
    CAmount const& amount,
    SignOptions const& options);

Parameters

NameDescription
txThe transaction whose input is being signed.
input_idxThe index of the input to sign.
amountThe value of the output being spent.
optionsOptions controlling how the input is signed.