Reads the value stored under a key.
Declared in <wallet/db.h>
template<
typename K,
typename T>
bool
Read(
K const& key,
T& value);
true if the record was found and read.
| Name | Description |
|---|---|
| key | The key to look up. |
| value | Receives the deserialized value on success. |