Erases the record stored under a key.
Declared in <wallet/db.h>
<wallet/db.h>
template<typename K> bool Erase(K const& key);
true if the record was erased.