![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
Class encapsulating Bitcoin Core startup and shutdown. More...
Public Slots | |
void | initialize () |
void | shutdown () |
Signals | |
void | initializeResult (bool success) |
void | shutdownResult () |
void | runawayException (const QString &message) |
Public Member Functions | |
BitcoinCore (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 Core startup and shutdown.
Allows running startup and shutdown in a different thread from the UI thread.
Definition at line 151 of file bitcoin.cpp.
|
explicit |
Definition at line 243 of file bitcoin.cpp.
|
private |
Pass fatal exception message to UI thread.
Definition at line 248 of file bitcoin.cpp.
|
slot |
Definition at line 254 of file bitcoin.cpp.
|
signal |
|
signal |
|
slot |
Definition at line 268 of file bitcoin.cpp.
|
signal |
|
private |
Definition at line 170 of file bitcoin.cpp.