|
Monero
|
#include <events.h>

Public Attributes | |
| cryptonote::transaction | tx |
| crypto::hash | hash |
| uint64_t | blob_size |
| uint64_t | weight |
| bool | res |
| Listeners must ignore tx when this is false. | |
Transactions are expensive to move or copy (lots of 32-byte internal buffers). This allows cryptonote::core to do a single notification for a vector of transactions, without having to move/copy duplicate or invalid transactions.
| uint64_t cryptonote::txpool_event::blob_size |
| crypto::hash cryptonote::txpool_event::hash |
| bool cryptonote::txpool_event::res |
Listeners must ignore tx when this is false.
| cryptonote::transaction cryptonote::txpool_event::tx |
| uint64_t cryptonote::txpool_event::weight |