Holds the user‐supplied details for a single manually selected transaction input.
Synopsis
Declared in <wallet/coincontrol.h>
class PreselectedInput;
Member Functions
Name |
Description |
Retrieve the input weight for this input. |
|
Retrieve the position of this input. |
|
Retrieve both the scriptSig and the scriptWitness. |
|
Retrieve the sequence for this input. |
|
Retrieve the previous output for this input. |
|
Return whether either the scriptSig or scriptWitness are set for this input. |
|
Return whether the previous output is set for this input. |
|
Set the weight for this input. |
|
Store the position of this input. |
|
Set the scriptSig for this input. |
|
Set the scriptWitness for this input. |
|
Set the sequence for this input. |
|
Set the previous output for this input. Only necessary if the input is expected to be an external input. |
Created with MrDocs