![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <zmq/zmqnotificationinterface.h>#include <common/args.h>#include <kernel/chain.h>#include <kernel/mempool_entry.h>#include <logging.h>#include <netbase.h>#include <primitives/block.h>#include <primitives/transaction.h>#include <validationinterface.h>#include <zmq/zmqabstractnotifier.h>#include <zmq/zmqpublishnotifier.h>#include <zmq/zmqutil.h>#include <zmq.h>#include <cassert>#include <map>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Variables | |
| std::unique_ptr< CZMQNotificationInterface > | g_zmq_notification_interface |
| std::unique_ptr<CZMQNotificationInterface> g_zmq_notification_interface |
Definition at line 212 of file zmqnotificationinterface.cpp.