Erases the provided transactions from the wallet.
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfe2f8), requires_capability(0x7fbc81b77cb8), requires_capability(0x7fbc7e015b38), requires_capability(0x7fbc7e244fe8), requires_capability(0x7fbc8e715c28)]]
util::Result<void>
RemoveTxs(std::vector<Txid>& txs_to_remove);
Return Value
Success, or an error if removal failed.
Parameters
Name |
Description |
txs_to_remove |
The txids to erase from the wallet. |
Created with MrDocs