Bitcoin ABC  0.29.2
P2P Digital Currency
Functions
walletutil.cpp File Reference
#include <wallet/walletutil.h>
#include <logging.h>
#include <util/system.h>
#include <exception>
#include <fstream>
Include dependency graph for walletutil.cpp:

Go to the source code of this file.

Functions

fs::path GetWalletDir ()
 Get the path of the wallet directory. More...
 
bool IsBerkeleyBtree (const fs::path &path)
 Check format of database file. More...
 
std::vector< fs::pathListWalletDir ()
 Get wallets in wallet directory. More...
 

Function Documentation

◆ GetWalletDir()

fs::path GetWalletDir ( )

Get the path of the wallet directory.

Definition at line 13 of file walletutil.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsBerkeleyBtree()

bool IsBerkeleyBtree ( const fs::path path)

Check format of database file.

Definition at line 35 of file walletutil.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ListWalletDir()

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

Get wallets in wallet directory.

Definition at line 70 of file walletutil.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: