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

Name

Description

outpoint

The output to look up.

Created with MrDocs