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
Name |
Description |
outpoint |
The output to look up. |
Created with MrDocs