Bitcoin Core 28.99.0
P2P Digital Currency
Public Attributes | List of all members
node::TxDownloadOptions Struct Reference

#include <txdownloadman.h>

Collaboration diagram for node::TxDownloadOptions:
[legend]

Public Attributes

const CTxMemPoolm_mempool
 Read-only reference to mempool. More...
 
FastRandomContextm_rng
 RNG provided by caller. More...
 
const uint32_t m_max_orphan_txs
 Maximum number of transactions allowed in orphanage. More...
 
bool m_deterministic_txrequest {false}
 Instantiate TxRequestTracker as deterministic (used for tests). More...
 

Detailed Description

Definition at line 39 of file txdownloadman.h.

Member Data Documentation

◆ m_deterministic_txrequest

bool node::TxDownloadOptions::m_deterministic_txrequest {false}

Instantiate TxRequestTracker as deterministic (used for tests).

Definition at line 47 of file txdownloadman.h.

◆ m_max_orphan_txs

const uint32_t node::TxDownloadOptions::m_max_orphan_txs

Maximum number of transactions allowed in orphanage.

Definition at line 45 of file txdownloadman.h.

◆ m_mempool

const CTxMemPool& node::TxDownloadOptions::m_mempool

Read-only reference to mempool.

Definition at line 41 of file txdownloadman.h.

◆ m_rng

FastRandomContext& node::TxDownloadOptions::m_rng

RNG provided by caller.

Definition at line 43 of file txdownloadman.h.


The documentation for this struct was generated from the following file: