[#wallet-CWalletTx-InMempool] = xref:wallet.adoc[wallet]::xref:wallet/CWalletTx.adoc[CWalletTx]::InMempool :relfileprefix: ../../ :mrdocs: Return whether the transaction is currently in the mempool. == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool InMempool() const; ---- == Return Value True if the transaction is in the mempool. [.small]#Created with https://www.mrdocs.com[MrDocs]#