Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Macros | Functions
walletutil.cpp File Reference
#include <wallet/walletutil.h>
#include <logging.h>
#include <util/system.h>
Include dependency graph for walletutil.cpp:

Go to the source code of this file.

Macros

#define ExistsSQLiteDatabase(path)   (false)
 

Functions

bool ExistsBerkeleyDatabase (const fs::path &path)
 Check if Berkeley database exists at specified path. More...
 
fs::path GetWalletDir ()
 Get the path of the wallet directory. More...
 
std::vector< fs::path > ListWalletDir ()
 Get wallets in wallet directory. More...
 
bool IsFeatureSupported (int wallet_version, int feature_version)
 
WalletFeature GetClosestWalletFeature (int version)
 

Macro Definition Documentation

#define ExistsSQLiteDatabase (   path)    (false)

Definition at line 14 of file walletutil.cpp.

Function Documentation

bool ExistsBerkeleyDatabase ( const fs::path &  path)

Check if Berkeley database exists at specified path.

Definition at line 811 of file bdb.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

WalletFeature GetClosestWalletFeature ( int  version)

Definition at line 88 of file walletutil.cpp.

Here is the caller graph for this function:

fs::path GetWalletDir ( )

Get the path of the wallet directory.

Definition at line 17 of file walletutil.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool IsFeatureSupported ( int  wallet_version,
int  feature_version 
)

Definition at line 83 of file walletutil.cpp.

Here is the caller graph for this function:

std::vector<fs::path> ListWalletDir ( )

Get wallets in wallet directory.

Definition at line 39 of file walletutil.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: