5 #ifndef FABCOIN_WALLET_RPCWALLET_H 6 #define FABCOIN_WALLET_RPCWALLET_H 25 #endif //FABCOIN_WALLET_RPCWALLET_H Fabcoin RPC command dispatcher.
void EnsureWalletIsUnlocked(CWallet *)
bool EnsureWalletIsAvailable(CWallet *, bool avoidException)
void RegisterWalletRPCCommands(CRPCTable &t)
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...
CWallet * GetWalletForJSONRPCRequest(const JSONRPCRequest &request)
Figures out what wallet, if any, to use for a JSONRPCRequest.
std::string HelpRequiringPassphrase(CWallet *)