wallet::PreselectedInput::SetTxOut

Set the previous output for this input. Only necessary if the input is expected to be an external input.

Synopsis

Declared in <wallet/coincontrol.h>

void
SetTxOut(CTxOut const& txout);

Parameters

NameDescription
txoutThe previous output being spent by this input.