![]() |
Bitcoin Core
22.99.0
P2P Digital Currency
|
#include <fs.h>
#include <wallet/bdb.h>
#include <wallet/db.h>
#include <util/strencodings.h>
#include <util/translation.h>
#include <stdint.h>
#include <sys/stat.h>
Go to the source code of this file.
Namespaces | |
wallet | |
Functions | |
std::shared_ptr< BerkeleyEnvironment > | wallet::GetBerkeleyEnv (const fs::path &env_directory) |
Get BerkeleyEnvironment given a directory path. More... | |
bool | wallet::BerkeleyDatabaseSanityCheck () |
Perform sanity check of runtime BDB version versus linked BDB version. More... | |
std::string | wallet::BerkeleyDatabaseVersion () |
std::unique_ptr< BerkeleyDatabase > | wallet::MakeBerkeleyDatabase (const fs::path &path, const DatabaseOptions &options, DatabaseStatus &status, bilingual_str &error) |
Return object giving access to Berkeley database at specified path. More... | |