Construct a signature creator for one input of a transaction.
Declared in <script/sign.h>
MutableTransactionSignatureCreator(
CMutableTransaction const& tx,
unsigned int input_idx,
CAmount const& amount,
SignOptions const& options);
| Name | Description |
|---|---|
| tx | The transaction whose input is being signed. |
| input_idx | The index of the input to sign. |
| amount | The value of the output being spent. |
| options | Options controlling how the input is signed. |