![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
Class encapsulating Bitcoin ABC startup and shutdown. More...
#include <bitcoin.h>
Public Slots | |
| void | initialize (Config *config, RPCServer *rpcServer, HTTPRPCRequestProcessor *httpRPCRequestProcessor) |
| void | shutdown () |
Signals | |
| void | initializeResult (bool success, interfaces::BlockAndHeaderTipInfo tip_info) |
| void | shutdownResult () |
| void | runawayException (const QString &message) |
Public Member Functions | |
| BitcoinABC (interfaces::Node &node) | |
Private Member Functions | |
| void | handleRunawayException (const std::exception *e) |
| Pass fatal exception message to UI thread. More... | |
Private Attributes | |
| interfaces::Node & | m_node |
Class encapsulating Bitcoin ABC startup and shutdown.
Allows running startup and shutdown in a different thread from the UI thread.
|
explicit |
Definition at line 241 of file bitcoin.cpp.
|
private |
Pass fatal exception message to UI thread.
Definition at line 243 of file bitcoin.cpp.
|
slot |
Definition at line 249 of file bitcoin.cpp.
|
signal |
|
signal |
|
slot |
Definition at line 265 of file bitcoin.cpp.
|
signal |
|
private |