[#wallet-OutputIsChange] = xref:wallet.adoc[wallet]::OutputIsChange :relfileprefix: ../ :mrdocs: Returns whether an output is a change output of the wallet. == Synopsis Declared in `<wallet/receive.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e11afbce8)]] bool OutputIsChange( xref:wallet/CWallet.adoc[CWallet] const& wallet, xref:CTxOut.adoc[CTxOut] const& txout); ---- == Return Value true if the output is treated as change. == Parameters [cols="1,4"] |=== | Name| Description | *wallet* | The wallet to check against. | *txout* | The output to evaluate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#