[#wallet-CWallet-IsFromMe] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::IsFromMe :relfileprefix: ../../ :mrdocs: should probably be renamed to IsRelevantToMe == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsFromMe(xref:CTransaction.adoc[CTransaction] const& tx) const; ---- == Return Value true if any input of the transaction is owned by the wallet. == Parameters [cols="1,4"] |=== | Name| Description | *tx* | The transaction to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#