wallet::DatabaseBatch::Exists

Returns whether a record exists for a key.

Synopsis

Declared in <wallet/db.h>

template<typename K>
bool
Exists(K const& key);

Return Value

true if a record exists for the key.

Parameters

NameDescription
keyThe key to look up.