BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Functions
walletutil.h File Reference
#include <fs.h>
#include <vector>
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...
 
std::vector< fs::path > ListWalletDir ()
 Get wallets in wallet directory. More...
 

Function Documentation

◆ GetWalletDir()

fs::path GetWalletDir ( )

Get the path of the wallet directory.

Definition at line 37 of file dummywallet.cpp.

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

◆ ListWalletDir()

std::vector<fs::path> ListWalletDir ( )

Get wallets in wallet directory.

Definition at line 42 of file dummywallet.cpp.

Here is the call graph for this function: