Retrieves the scriptSig and scriptWitness for an input.
Declared in <wallet/coincontrol.h>
std::pair<std::optional<CScript>, std::optional<CScriptWitness>>
GetScripts(COutPoint const& outpoint) const;
A pair holding the scriptSig and scriptWitness for the outpoint, each set if provided.
| Name | Description |
|---|---|
| outpoint | The output to look up. |