![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
Public Member Functions | |
bool | HasWalletSupport () const override |
Was the wallet component compiled in. More... | |
void | AddWalletOptions () const override |
Return the wallets help message. More... | |
bool | ParameterInteraction () const override |
Wallets parameter interaction. More... | |
void | RegisterRPC (CRPCTable &tableRPC) const override |
Register wallet RPCs. More... | |
bool | Verify () const override |
Responsible for reading and validating the -wallet arguments and verifying the wallet database. More... | |
bool | Open () const override |
Load wallet databases. More... | |
void | Start (CScheduler &scheduler) const override |
Complete startup of wallets. More... | |
void | Flush () const override |
Flush all wallets in preparation for shutdown. More... | |
void | Stop () const override |
Stop all wallets. Wallets will be flushed first. More... | |
void | Close () const override |
Close all wallets. More... | |
![]() | |
virtual | ~WalletInitInterface () |
|
overridevirtual |
Return the wallets help message.
Implements WalletInitInterface.
Definition at line 57 of file init.cpp.
|
overridevirtual |
Close all wallets.
Implements WalletInitInterface.
Definition at line 273 of file init.cpp.
|
overridevirtual |
Flush all wallets in preparation for shutdown.
Implements WalletInitInterface.
Definition at line 259 of file init.cpp.
|
inlineoverridevirtual |
Was the wallet component compiled in.
Implements WalletInitInterface.
|
overridevirtual |
Load wallet databases.
Implements WalletInitInterface.
Definition at line 231 of file init.cpp.
|
overridevirtual |
Wallets parameter interaction.
Implements WalletInitInterface.
Definition at line 92 of file init.cpp.
|
overridevirtual |
Register wallet RPCs.
Implements WalletInitInterface.
Definition at line 168 of file init.cpp.
|
overridevirtual |
Complete startup of wallets.
Implements WalletInitInterface.
|
overridevirtual |
Stop all wallets. Wallets will be flushed first.
Implements WalletInitInterface.
Definition at line 266 of file init.cpp.
|
overridevirtual |
Responsible for reading and validating the -wallet arguments and verifying the wallet database.
Implements WalletInitInterface.
Definition at line 177 of file init.cpp.