wallet::SQLiteBatch::HasKey

Report whether a key exists in the database.

Synopsis

Declared in <wallet/sqlite.h>

virtual
bool
HasKey(DataStream&& key) override;

Return Value

True if the key exists, false otherwise.

Parameters

NameDescription
keyThe key to check.