Bitcoin ABC 0.30.5
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 249 of file bitcoin.cpp.
|
private |
Pass fatal exception message to UI thread.
Definition at line 251 of file bitcoin.cpp.
|
slot |
Definition at line 257 of file bitcoin.cpp.
|
signal |
|
signal |
|
slot |
Definition at line 273 of file bitcoin.cpp.
|
signal |
|
private |