![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <string>Go to the source code of this file.
Functions | |
| void | RegisterWalletRPCCommands (CRPCTable &tableRPC) |
| CWallet * | GetWalletForJSONRPCRequest (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) |
| bool EnsureWalletIsAvailable | ( | CWallet *const | pwallet, |
| bool | avoidException | ||
| ) |
Definition at line 71 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 39 of file rpcwallet.cpp.
| std::string HelpRequiringPassphrase | ( | CWallet *const | pwallet | ) |
Definition at line 54 of file rpcwallet.cpp.
| void RegisterWalletRPCCommands | ( | CRPCTable & | tableRPC | ) |
Definition at line 4853 of file rpcwallet.cpp.