wallet::CCoinControl::Select

Lock-in the given output for spending. The output will be included in the transaction even if it's not the most optimal choice.

Synopsis

Declared in <wallet/coincontrol.h>

PreselectedInput&
Select(COutPoint const& outpoint);

Return Value

A reference to the preselected input details for the outpoint.

Parameters

NameDescription
outpointThe output to pre-select.