Returns the selection order position stored for the given pre‐selected output, if any.
Synopsis
Declared in <wallet/coincontrol.h>
std::optional<unsigned int>
GetSelectionPos(COutPoint const& outpoint) const;
Return Value
The stored selection order position, or nullopt if none is set.
Parameters
Name |
Description |
outpoint |
The pre‐selected output to look up. |
Created with MrDocs