Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <wallet/walletutil.h>
#include <common/args.h>
#include <logging.h>
#include <exception>
#include <fstream>
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::path > | ListWalletDir () |
Get wallets in wallet directory. More... | |
fs::path GetWalletDir | ( | ) |
Get the path of the wallet directory.
Definition at line 13 of file walletutil.cpp.
bool IsBerkeleyBtree | ( | const fs::path & | path | ) |
Check format of database file.
Definition at line 35 of file walletutil.cpp.
std::vector< fs::path > ListWalletDir | ( | ) |
Get wallets in wallet directory.
Definition at line 70 of file walletutil.cpp.