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