Returns true if the given output is selected as an external input.
Declared in <wallet/coincontrol.h>
bool
IsExternalSelected(COutPoint const& outpoint) const;
true if the output is selected and has its previous output set (external).
| Name | Description |
|---|---|
| outpoint | The output to look up. |