Returns the external output for the given outpoint if it exists.
Declared in <wallet/coincontrol.h>
std::optional<CTxOut>
GetExternalOutput(COutPoint const& outpoint) const;
The previous output for the outpoint if it was provided as an external input.
| Name | Description |
|---|---|
| outpoint | The output to look up. |