[#wallet-CWallet-RemoveTxs-079] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::RemoveTxs :relfileprefix: ../../ :mrdocs: `RemoveTxs` overloads == Synopses Declared in `<wallet/wallet.h>` Erases the provided transactions from the wallet. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f94fde05f98), requires_capability(0x7f95061a8cd8), requires_capability(0x7f94f2b797e8), requires_capability(0x7f94f0cf8478), requires_capability(0x7f94fee3ae68)]] xref:util/Result.adoc[util::Result<void>] xref:wallet/CWallet/RemoveTxs-076.adoc[RemoveTxs](std::vector<Txid>& txs_to_remove); ---- [.small]#xref:wallet/CWallet/RemoveTxs-076.adoc[_» more..._]# Erase the provided transactions from the wallet within a database batch. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f94fde06058), requires_capability(0x7f95061a8d98), requires_capability(0x7f94f2b798a8), requires_capability(0x7f94f0cf8538), requires_capability(0x7f94fee3af28)]] xref:util/Result.adoc[util::Result<void>] xref:wallet/CWallet/RemoveTxs-01.adoc[RemoveTxs]( xref:wallet/WalletBatch.adoc[WalletBatch]& batch, std::vector<Txid>& txs_to_remove); ---- [.small]#xref:wallet/CWallet/RemoveTxs-01.adoc[_» more..._]# == Return Value Success, or an error if removal failed. == Parameters [cols="1,4"] |=== | Name| Description | *txs_to_remove* | The txids to erase from the wallet. | *batch* | The database batch to write through. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#