Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

walletutil.h
Go to the documentation of this file.
1 // Copyright (c) 2017 The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef BITCOIN_WALLET_UTIL_H
6 #define BITCOIN_WALLET_UTIL_H
7 
8 #include <chainparamsbase.h>
9 #include <util.h>
10 
12 fs::path GetWalletDir();
13 
14 #endif // BITCOIN_WALLET_UTIL_H
fs::path GetWalletDir()
Get the path of the wallet directory.
Definition: walletutil.cpp:7
Released under the MIT license