![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
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 78 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 41 of file rpcwallet.cpp.
| std::string HelpRequiringPassphrase | ( | CWallet * | ) |
Definition at line 56 of file rpcwallet.cpp.
| void RegisterWalletRPCCommands | ( | CRPCTable & | t | ) |
Definition at line 3705 of file rpcwallet.cpp.
1.8.11