Erase the provided transactions from the wallet within a database batch.
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfe3b8), requires_capability(0x7fbc81b77d78), requires_capability(0x7fbc7e015bf8), requires_capability(0x7fbc7e2450a8), requires_capability(0x7fbc8e715ce8)]]
util::Result<void>
RemoveTxs(
WalletBatch& batch,
std::vector<Txid>& txs_to_remove);
Success, or an error if removal failed.
| Name | Description |
|---|---|
| batch | The database batch to write through. |
| txs_to_remove | The txids to erase from the wallet. |