Returns whether a record exists for a key.
Declared in <wallet/db.h>
<wallet/db.h>
template<typename K> bool Exists(K const& key);
true if a record exists for the key.