Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
Available Struct Reference

Public Member Functions

 Available (CTransactionRef &ref, size_t tx_count)
 

Public Attributes

CTransactionRef ref
 
size_t vin_left {0}
 
size_t tx_count
 

Detailed Description

Definition at line 27 of file mempool_stress.cpp.

Constructor & Destructor Documentation

◆ Available()

Available::Available ( CTransactionRef ref,
size_t  tx_count 
)
inline

Definition at line 31 of file mempool_stress.cpp.

Member Data Documentation

◆ ref

CTransactionRef Available::ref

Definition at line 28 of file mempool_stress.cpp.

◆ tx_count

size_t Available::tx_count

Definition at line 30 of file mempool_stress.cpp.

◆ vin_left

size_t Available::vin_left {0}

Definition at line 29 of file mempool_stress.cpp.


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