Bitcoin
|
#include <bitcoin.h>
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.
|
explicit |
|
private |
Pass fatal exception message to UI thread.
|
slot |
|
signal |
|
signal |
|
slot |
|
signal |
|
private |