Monero
Classes | Enumerations
tx_pool.h File Reference
#include <unordered_map>
#include <unordered_set>
#include "chaingen.h"
#include "crypto/crypto.h"
Include dependency graph for tx_pool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  txpool_base
 
struct  txpool_spend_key_public
 
struct  txpool_spend_key_all
 
class  txpool_double_spend_base
 
struct  txpool_double_spend_norelay
 
struct  txpool_double_spend_local
 
struct  txpool_double_spend_keyimage
 
struct  txpool_stem_loop
 

Enumerations

enum  relay_test { relay_test::no_change = 0, relay_test::broadcasted, relay_test::hidden, relay_test::no_relay }
 

Enumeration Type Documentation

◆ relay_test

enum relay_test
strong
Enumerator
no_change 

No expected changes to the txpool.

broadcasted 

A new block or fluff/flood tx is expected in txpool.

hidden 

A new stem or local tx is expected in txpool.

no_relay 

A new no relay is expected in txpool.