PIVX Core  5.6.99
P2P Digital Currency
Functions
walletutil.h File Reference
#include "fs.h"
#include "operationresult.h"
Include dependency graph for walletutil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

fs::path GetWalletDir ()
 Get the path of the wallet directory. More...
 
OperationResult VerifyWalletPath (const std::string &walletFile)
 Verify the wallet db's path. More...
 

Function Documentation

◆ GetWalletDir()

fs::path GetWalletDir ( )

Get the path of the wallet directory.

Definition at line 8 of file walletutil.cpp.

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

◆ VerifyWalletPath()

OperationResult VerifyWalletPath ( const std::string &  walletFile)

Verify the wallet db's path.

Definition at line 30 of file walletutil.cpp.

Here is the call graph for this function: