Bitcoin ABC  0.29.2
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 25 of file mempool_stress.cpp.

Constructor & Destructor Documentation

◆ Available()

Available::Available ( CTransactionRef _ref,
size_t  _tx_count 
)
inline

Definition at line 29 of file mempool_stress.cpp.

Member Data Documentation

◆ ref

CTransactionRef Available::ref

Definition at line 26 of file mempool_stress.cpp.

◆ tx_count

size_t Available::tx_count

Definition at line 28 of file mempool_stress.cpp.

◆ vin_left

size_t Available::vin_left {0}

Definition at line 27 of file mempool_stress.cpp.


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