CCoinsViewDB::GetDBProperty

Return an underlying LevelDB property value, if available.

Synopsis

Declared in <txdb.h>

std::optional<std::string>
GetDBProperty(std::string const& property);

Return Value

The property value if available, or std::nullopt otherwise.

Parameters

NameDescription
propertyThe name of the LevelDB property to query.