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
Name |
Description |
types |
The set of record type prefixes to delete. |
Created with MrDocs