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