wallet::WalletBatch::EraseRecords

Delete records of the given types

Synopsis

Declared in <wallet/walletdb.h>

bool
EraseRecords(std::unordered_set<std::string> const& types);

Return Value

true if the records were erased.

Parameters

NameDescription
typesThe set of record type prefixes to delete.