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

Name

Description

key

The key to look up.

Created with MrDocs