PIVX Core  5.6.99
P2P Digital Currency
Functions
rpcwallet.h File Reference
#include <string>
Include dependency graph for rpcwallet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void RegisterWalletRPCCommands (CRPCTable &tableRPC)
 
CWalletGetWalletForJSONRPCRequest (const JSONRPCRequest &request)
 Figures out what wallet, if any, to use for a JSONRPCRequest. More...
 
std::string HelpRequiringPassphrase (CWallet *const pwallet)
 
bool EnsureWalletIsAvailable (CWallet *const pwallet, bool avoidException)
 
void EnsureWalletIsUnlocked (CWallet *const pwallet, bool fAllowAnonOnly=false)
 

Function Documentation

◆ EnsureWalletIsAvailable()

bool EnsureWalletIsAvailable ( CWallet *const  pwallet,
bool  avoidException 
)

Definition at line 59 of file rpcwallet.cpp.

Here is the call graph for this function:

◆ EnsureWalletIsUnlocked()

void EnsureWalletIsUnlocked ( CWallet *const  pwallet,
bool  fAllowAnonOnly = false 
)

Definition at line 71 of file rpcwallet.cpp.

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

◆ GetWalletForJSONRPCRequest()

CWallet* GetWalletForJSONRPCRequest ( const JSONRPCRequest request)

Figures out what wallet, if any, to use for a JSONRPCRequest.

Parameters
[in]requestJSONRPCRequest that wishes to access a wallet
Returns
nullptr if no wallet should be used, or a pointer to the CWallet

Definition at line 39 of file rpcwallet.cpp.

◆ HelpRequiringPassphrase()

std::string HelpRequiringPassphrase ( CWallet *const  pwallet)

Definition at line 54 of file rpcwallet.cpp.

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

◆ RegisterWalletRPCCommands()

void RegisterWalletRPCCommands ( CRPCTable tableRPC)

Definition at line 4853 of file rpcwallet.cpp.

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