Erases the record stored under a key.
Synopsis
Declared in <wallet/db.h>
template<typename K>
bool
Erase(K const& key);
Return Value
true if the record was erased.
Parameters
Name |
Description |
key |
The key to erase. |
Created with MrDocs