5 #ifndef BITCOIN_WALLET_WALLETUTIL_H 6 #define BITCOIN_WALLET_WALLETUTIL_H 38 #endif // BITCOIN_WALLET_WALLETUTIL_H fs::path GetWalletDir()
Get the path of the wallet directory.
Definition: dummywallet.cpp:57
std::vector< fs::path > ListWalletDir()
Get wallets in wallet directory.
Definition: dummywallet.cpp:62
std::string m_name
Definition: walletutil.h:21
bool Exists() const
Return whether the wallet exists.
Definition: walletutil.cpp:101
const std::string & GetName() const
Get wallet name.
Definition: walletutil.h:29
const char * name
Definition: rest.cpp:39
WalletLocation()
Definition: walletutil.h:25
fs::path m_path
Definition: walletutil.h:22
The WalletLocation class provides wallet information.
Definition: walletutil.h:19
const fs::path & GetPath() const
Get wallet absolute path.
Definition: walletutil.h:32