wallet::CWallet::RemoveTxs

Erase the provided transactions from the wallet within a database batch.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7f94fde06058), requires_capability(0x7f95061a8d98), requires_capability(0x7f94f2b798a8), requires_capability(0x7f94f0cf8538), requires_capability(0x7f94fee3af28)]]
util::Result<void>
RemoveTxs(
    WalletBatch& batch,
    std::vector<Txid>& txs_to_remove);

Return Value

Success, or an error if removal failed.

Parameters

NameDescription
batchThe database batch to write through.
txs_to_removeThe txids to erase from the wallet.