Erases the provided transactions from the wallet.
Declared in <wallet/wallet.h>
[[requires_capability(0x7ff3720f0948), requires_capability(0x7ff365f20948), requires_capability(0x7ff35de5f2f8), requires_capability(0x7ff35efe3dd8), requires_capability(0x7ff366fd03b8)]]
util::Result<void>
RemoveTxs(std::vector<Txid>& txs_to_remove);
Success, or an error if removal failed.
| Name | Description |
|---|---|
| txs_to_remove | The txids to erase from the wallet. |