5#ifndef BITCOIN_QT_INITEXECUTOR_H
6#define BITCOIN_QT_INITEXECUTOR_H
Class encapsulating Bitcoin Core startup and shutdown.
void handleRunawayException(const std::exception *e)
Pass fatal exception message to UI thread.
void initializeResult(bool success, interfaces::BlockAndHeaderTipInfo tip_info)
void runawayException(const QString &message)
InitExecutor(interfaces::Node &node)
interfaces::Node & m_node
Top-level interface for a bitcoin node (bitcoind process).
Block and header tip information.