[#wallet-CWallet-IsMine-01] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::IsMine :relfileprefix: ../../ :mrdocs: Report whether a transaction output belongs to this wallet. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f94fde05d58), requires_capability(0x7f95061a8a98), requires_capability(0x7f94f2b795a8), requires_capability(0x7f94f0cf8238), requires_capability(0x7f94fee3ac28)]] bool IsMine(xref:CTxOut.adoc[CTxOut] const& txout) const; ---- == Return Value true if the output is owned by the wallet. == Parameters [cols="1,4"] |=== | Name| Description | *txout* | The output to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#