PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
TestMemPoolEntryHelper Struct Reference

#include <test_pivx.h>

Public Member Functions

 TestMemPoolEntryHelper ()
 
CTxMemPoolEntry FromTx (const CMutableTransaction &tx)
 
CTxMemPoolEntry FromTx (const CTransaction &tx)
 
TestMemPoolEntryHelperFee (CAmount _fee)
 
TestMemPoolEntryHelperTime (int64_t _time)
 
TestMemPoolEntryHelperHeight (unsigned int _height)
 
TestMemPoolEntryHelperSpendsCoinbaseOrCoinstake (bool _flag)
 
TestMemPoolEntryHelperSigOps (unsigned int _sigops)
 

Public Attributes

CAmount nFee
 
int64_t nTime
 
unsigned int nHeight
 
bool spendsCoinbaseOrCoinstake
 
unsigned int sigOpCount
 

Detailed Description

Definition at line 136 of file test_pivx.h.

Constructor & Destructor Documentation

◆ TestMemPoolEntryHelper()

TestMemPoolEntryHelper::TestMemPoolEntryHelper ( )
inline

Definition at line 145 of file test_pivx.h.

Member Function Documentation

◆ Fee()

TestMemPoolEntryHelper& TestMemPoolEntryHelper::Fee ( CAmount  _fee)
inline

Definition at line 153 of file test_pivx.h.

Here is the caller graph for this function:

◆ FromTx() [1/2]

CTxMemPoolEntry TestMemPoolEntryHelper::FromTx ( const CMutableTransaction tx)

Definition at line 250 of file test_pivx.cpp.

Here is the caller graph for this function:

◆ FromTx() [2/2]

CTxMemPoolEntry TestMemPoolEntryHelper::FromTx ( const CTransaction tx)

Definition at line 256 of file test_pivx.cpp.

◆ Height()

TestMemPoolEntryHelper& TestMemPoolEntryHelper::Height ( unsigned int  _height)
inline

Definition at line 155 of file test_pivx.h.

◆ SigOps()

TestMemPoolEntryHelper& TestMemPoolEntryHelper::SigOps ( unsigned int  _sigops)
inline

Definition at line 157 of file test_pivx.h.

◆ SpendsCoinbaseOrCoinstake()

TestMemPoolEntryHelper& TestMemPoolEntryHelper::SpendsCoinbaseOrCoinstake ( bool  _flag)
inline

Definition at line 156 of file test_pivx.h.

◆ Time()

TestMemPoolEntryHelper& TestMemPoolEntryHelper::Time ( int64_t  _time)
inline

Definition at line 154 of file test_pivx.h.

Here is the caller graph for this function:

Member Data Documentation

◆ nFee

CAmount TestMemPoolEntryHelper::nFee

Definition at line 139 of file test_pivx.h.

◆ nHeight

unsigned int TestMemPoolEntryHelper::nHeight

Definition at line 141 of file test_pivx.h.

◆ nTime

int64_t TestMemPoolEntryHelper::nTime

Definition at line 140 of file test_pivx.h.

◆ sigOpCount

unsigned int TestMemPoolEntryHelper::sigOpCount

Definition at line 143 of file test_pivx.h.

◆ spendsCoinbaseOrCoinstake

bool TestMemPoolEntryHelper::spendsCoinbaseOrCoinstake

Definition at line 142 of file test_pivx.h.


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