wallet::CCoinControl::GetExternalOutput

Returns the external output for the given outpoint if it exists.

Synopsis

Declared in <wallet/coincontrol.h>

std::optional<CTxOut>
GetExternalOutput(COutPoint const& outpoint) const;

Return Value

The previous output for the outpoint if it was provided as an external input.

Parameters

NameDescription
outpointThe output to look up.