 |
Bitcoin Core
22.99.0
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_ZMQ_ZMQPUBLISHNOTIFIER_H
6 #define BITCOIN_ZMQ_ZMQPUBLISHNOTIFIER_H
25 bool SendZmqMessage(
const char *command,
const void* data,
size_t size);
64 #endif // BITCOIN_ZMQ_ZMQPUBLISHNOTIFIER_H
bool NotifyBlockDisconnect(const CBlockIndex *pindex) override
bool NotifyBlockConnect(const CBlockIndex *pindex) override
The basic transaction that is broadcasted on the network and contained in blocks.
uint32_t nSequence
upcounting per message sequence number
bool NotifyBlock(const CBlockIndex *pindex) override
bool NotifyTransactionAcceptance(const CTransaction &transaction, uint64_t mempool_sequence) override
bool NotifyTransaction(const CTransaction &transaction) override
bool Initialize(void *pcontext) override
bool NotifyTransaction(const CTransaction &transaction) override
bool SendZmqMessage(const char *command, const void *data, size_t size)
bool NotifyTransactionRemoval(const CTransaction &transaction, uint64_t mempool_sequence) override
The block chain is a tree shaped structure starting with the genesis block at the root,...
bool NotifyBlock(const CBlockIndex *pindex) override