Return a LevelDB property value, if available.
Declared in <dbwrapper.h>
std::optional<std::string>
GetProperty(std::string const& property) const;
The property value, or no value if it is unavailable.
| Name | Description |
|---|---|
| property | The name of the LevelDB property to query. |