Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
rpcwallet.h
Go to the documentation of this file.
bool EnsureWalletIsAvailable(CWallet *, bool avoidException)
Definition: rpcwallet.cpp:66
Definition: server.h:37
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...
Definition: wallet.h:715
CWallet * GetWalletForJSONRPCRequest(const JSONRPCRequest &request)
Figures out what wallet, if any, to use for a JSONRPCRequest.
Definition: rpcwallet.cpp:45