Fabcoin Core  0.16.2
P2P Digital Currency
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions
rpcwallet.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Function Documentation

bool EnsureWalletIsAvailable ( CWallet ,
bool  avoidException 
)

Definition at line 61 of file rpcwallet.cpp.

Here is the call graph for this function:

void EnsureWalletIsUnlocked ( CWallet )

Definition at line 78 of file rpcwallet.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

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 41 of file rpcwallet.cpp.

Here is the call graph for this function:

std::string HelpRequiringPassphrase ( CWallet )

Definition at line 56 of file rpcwallet.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void RegisterWalletRPCCommands ( CRPCTable t)

Definition at line 3705 of file rpcwallet.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: