[#wallet-FindNonChangeParentOutput] = xref:wallet.adoc[wallet]::FindNonChangeParentOutput :relfileprefix: ../ :mrdocs: Find non‐change parent output. == Synopsis Declared in `<wallet/spend.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e652df8)]] xref:CTxOut.adoc[CTxOut] const& FindNonChangeParentOutput( xref:wallet/CWallet.adoc[CWallet] const& wallet, xref:COutPoint.adoc[COutPoint] const& outpoint); ---- == Return Value The first non‐change parent output reached from the outpoint. == Parameters [cols="1,4"] |=== | Name| Description | *wallet* | The wallet used to walk back through parent transactions. | *outpoint* | The outpoint whose non‐change parent output is sought. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#