Raven Core  3.0.0
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 &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

◆ EnsureWalletIsAvailable()

bool EnsureWalletIsAvailable ( CWallet ,
bool  avoidException 
)

Definition at line 63 of file rpcwallet.cpp.

Here is the call graph for this function:

◆ EnsureWalletIsUnlocked()

void EnsureWalletIsUnlocked ( CWallet )

Definition at line 80 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 40 of file rpcwallet.cpp.

◆ HelpRequiringPassphrase()

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:

◆ RegisterWalletRPCCommands()

void RegisterWalletRPCCommands ( CRPCTable t)

Definition at line 3398 of file rpcwallet.cpp.

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