[#wallet-CWallet-TransactionCanBeAbandoned] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::TransactionCanBeAbandoned :relfileprefix: ../../ :mrdocs: Return whether transaction can be abandoned == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool TransactionCanBeAbandoned(xref:Txid.adoc[Txid] const& hashTx) const; ---- == Return Value true if the transaction can be abandoned. == Parameters [cols="1,4"] |=== | Name| Description | *hashTx* | The txid to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#