7 #ifndef RAVEN_WALLET_INIT_H 8 #define RAVEN_WALLET_INIT_H 44 #endif // RAVEN_WALLET_INIT_H Raven RPC command dispatcher.
bool OpenWallets()
Load wallet databases.
bool WalletParameterInteraction()
Wallets parameter interaction.
void CloseWallets()
Close all wallets.
bool VerifyWallets()
Responsible for reading and validating the -wallet arguments and verifying the wallet database...
void StopWallets()
Stop all wallets. Wallets will be flushed first.
void StartWallets(CScheduler &scheduler)
Complete startup of wallets.
void FlushWallets()
Flush all wallets in preparation for shutdown.
std::string GetWalletHelpString(bool showDebug)
Return the wallets help message.
void RegisterWalletRPC(CRPCTable &tableRPC)
Register wallet RPCs.