Return an underlying LevelDB property value, if available.
Declared in <txdb.h>
std::optional<std::string>
GetDBProperty(std::string const& property);
The property value if available, or std::nullopt otherwise.
| Name | Description |
|---|---|
| property | The name of the LevelDB property to query. |