wallet::CCoinControl::IsExternalSelected

Returns true if the given output is selected as an external input.

Synopsis

Declared in <wallet/coincontrol.h>

bool
IsExternalSelected(COutPoint const& outpoint) const;

Return Value

true if the output is selected and has its previous output set (external).

Parameters

NameDescription
outpointThe output to look up.