#include <clientversion.h>
#include <streams.h>
#include <support/allocators/secure.h>
#include <util/fs.h>
#include <atomic>
#include <memory>
#include <string>
Go to the source code of this file.
|
| enum class | DatabaseFormat { BERKELEY
} |
| |
| enum class | DatabaseStatus {
SUCCESS
, FAILED_BAD_PATH
, FAILED_BAD_FORMAT
, FAILED_ALREADY_LOADED
,
FAILED_ALREADY_EXISTS
, FAILED_NOT_FOUND
, FAILED_CREATE
, FAILED_LOAD
,
FAILED_VERIFY
, FAILED_ENCRYPT
, FAILED_INVALID_BACKUP_FILE
} |
| |
◆ DatabaseFormat
Definition at line 215 of file db.h.
◆ DatabaseStatus
| Enumerator |
|---|
| SUCCESS | |
| FAILED_BAD_PATH | |
| FAILED_BAD_FORMAT | |
| FAILED_ALREADY_LOADED | |
| FAILED_ALREADY_EXISTS | |
| FAILED_NOT_FOUND | |
| FAILED_CREATE | |
| FAILED_LOAD | |
| FAILED_VERIFY | |
| FAILED_ENCRYPT | |
| FAILED_INVALID_BACKUP_FILE | |
Definition at line 227 of file db.h.
◆ MakeDatabase()
◆ SplitWalletPath()
| void SplitWalletPath |
( |
const fs::path & |
wallet_path, |
|
|
fs::path & |
env_directory, |
|
|
std::string & |
database_filename |
|
) |
| |