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
Name |
Description |
outpoint |
The output to look up. |
Created with MrDocs