![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "chainparams.h"
#include "streams.h"
#include "zmqpublishnotifier.h"
#include "validation.h"
#include "util.h"
Go to the source code of this file.
Functions | |
static int | zmq_send_multipart (void *sock, const void *data, size_t size,...) |
Variables | |
static std::multimap< std::string, CZMQAbstractPublishNotifier * > | mapPublishNotifiers |
static const char * | MSG_HASHBLOCK = "hashblock" |
static const char * | MSG_HASHTX = "hashtx" |
static const char * | MSG_HASHTXLOCK = "hashtxlock" |
static const char * | MSG_RAWBLOCK = "rawblock" |
static const char * | MSG_RAWTX = "rawtx" |
static const char * | MSG_RAWTXLOCK = "rawtxlock" |
|
static |
Definition at line 21 of file zmqpublishnotifier.cpp.
Referenced by CZMQAbstractPublishNotifier::SendMessage().
|
static |
Definition at line 11 of file zmqpublishnotifier.cpp.
Referenced by CZMQAbstractPublishNotifier::Initialize(), and CZMQAbstractPublishNotifier::Shutdown().
|
static |
Definition at line 13 of file zmqpublishnotifier.cpp.
Referenced by CZMQPublishHashBlockNotifier::NotifyBlock().
|
static |
Definition at line 14 of file zmqpublishnotifier.cpp.
Referenced by CZMQPublishHashTransactionNotifier::NotifyTransaction().
|
static |
Definition at line 15 of file zmqpublishnotifier.cpp.
Referenced by CZMQPublishHashTransactionLockNotifier::NotifyTransactionLock().
|
static |
Definition at line 16 of file zmqpublishnotifier.cpp.
Referenced by CZMQPublishRawBlockNotifier::NotifyBlock().
|
static |
Definition at line 17 of file zmqpublishnotifier.cpp.
Referenced by CZMQPublishRawTransactionNotifier::NotifyTransaction().
|
static |
Definition at line 18 of file zmqpublishnotifier.cpp.
Referenced by CZMQPublishRawTransactionLockNotifier::NotifyTransactionLock().