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