Raven Core
3.0.0
P2P Digital Currency
|
#include <string>
Go to the source code of this file.
Functions | |
void | RegisterWalletRPCCommands (CRPCTable &t) |
CWallet * | GetWalletForJSONRPCRequest (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) |
bool EnsureWalletIsAvailable | ( | CWallet * | , |
bool | avoidException | ||
) |
void EnsureWalletIsUnlocked | ( | CWallet * | ) |
Definition at line 80 of file rpcwallet.cpp.
CWallet* GetWalletForJSONRPCRequest | ( | const JSONRPCRequest & | request | ) |
Figures out what wallet, if any, to use for a JSONRPCRequest.
[in] | request | JSONRPCRequest that wishes to access a wallet |
Definition at line 40 of file rpcwallet.cpp.
std::string HelpRequiringPassphrase | ( | CWallet * | ) |
Definition at line 56 of file rpcwallet.cpp.
void RegisterWalletRPCCommands | ( | CRPCTable & | t | ) |
Definition at line 3398 of file rpcwallet.cpp.