![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
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) |
| #define ExistsSQLiteDatabase | ( | path | ) | (false) |
Definition at line 14 of file walletutil.cpp.
| bool ExistsBerkeleyDatabase | ( | const fs::path & | path | ) |
| WalletFeature GetClosestWalletFeature | ( | int | version | ) |
| fs::path GetWalletDir | ( | ) |
Get the path of the wallet directory.
Definition at line 17 of file walletutil.cpp.
| bool IsFeatureSupported | ( | int | wallet_version, |
| int | feature_version | ||
| ) |
| std::vector<fs::path> ListWalletDir | ( | ) |
Get wallets in wallet directory.
Definition at line 39 of file walletutil.cpp.
1.8.8