[#wallet-CachedTxIsFromMe] = xref:wallet.adoc[wallet]::CachedTxIsFromMe :relfileprefix: ../ :mrdocs: Returns whether a wallet transaction debits from the wallet. == Synopsis Declared in `<wallet/receive.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool CachedTxIsFromMe( xref:wallet/CWallet.adoc[CWallet] const& wallet, xref:wallet/CWalletTx.adoc[CWalletTx] const& wtx); ---- == Return Value true if the wallet is a sender of the transaction. == Parameters [cols="1,4"] |=== | Name| Description | *wallet* | The wallet that owns the transaction. | *wtx* | The wallet transaction to evaluate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#