wallet::CCoinControl::IsSelected

Returns true if the given output is pre-selected.

Synopsis

Declared in <wallet/coincontrol.h>

bool
IsSelected(COutPoint const& outpoint) const;

Return Value

true if the output is pre-selected.

Parameters

NameDescription
outpointThe output to look up.