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
Name |
Description |
key |
The key to check. |
Created with MrDocs