5 #ifndef BITCOIN_WALLET_RPCWALLET_H 6 #define BITCOIN_WALLET_RPCWALLET_H 40 #endif //BITCOIN_WALLET_RPCWALLET_H
bool EnsureWalletIsAvailable(const CWallet *, bool avoidException)
Definition: rpcwallet.cpp:93
Definition: univalue.h:19
UniValue getaddressinfo(const JSONRPCRequest &request)
Definition: rpcwallet.cpp:3619
Definition: dummywallet.cpp:11
Definition: transaction.h:270
std::shared_ptr< CWallet > GetWalletForJSONRPCRequest(const JSONRPCRequest &request)
Definition: rpcwallet.cpp:73
UniValue signrawtransactionwithwallet(const JSONRPCRequest &request)
Definition: rpcwallet.cpp:3173
void RegisterWalletRPCCommands(interfaces::Chain &chain, std::vector< std::unique_ptr< interfaces::Handler >> &handlers)
Definition: rpcwallet.cpp:4191
void EnsureWalletIsUnlocked(const CWallet *)
Definition: rpcwallet.cpp:105
std::string HelpRequiringPassphrase(const CWallet *)
Definition: rpcwallet.cpp:86