![]() |
Bitcoin Core
22.0.0
P2P Digital Currency
|
Class encapsulating Bitcoin Core startup and shutdown. More...
#include <bitcoin.h>
Public Slots | |
| void | initialize () |
| void | shutdown () |
Signals | |
| void | initializeResult (bool success, interfaces::BlockAndHeaderTipInfo tip_info) |
| 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.
|
explicit |
Definition at line 158 of file bitcoin.cpp.
|
private |
Pass fatal exception message to UI thread.
Definition at line 163 of file bitcoin.cpp.
|
slot |
Definition at line 169 of file bitcoin.cpp.
|
signal |
|
signal |
|
slot |
Definition at line 185 of file bitcoin.cpp.
|
signal |
|
private |
1.8.14