![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <test_pivx.h>
Public Member Functions | |
| TestMemPoolEntryHelper () | |
| CTxMemPoolEntry | FromTx (const CMutableTransaction &tx) |
| CTxMemPoolEntry | FromTx (const CTransaction &tx) |
| TestMemPoolEntryHelper & | Fee (CAmount _fee) |
| TestMemPoolEntryHelper & | Time (int64_t _time) |
| TestMemPoolEntryHelper & | Height (unsigned int _height) |
| TestMemPoolEntryHelper & | SpendsCoinbaseOrCoinstake (bool _flag) |
| TestMemPoolEntryHelper & | SigOps (unsigned int _sigops) |
Public Attributes | |
| CAmount | nFee |
| int64_t | nTime |
| unsigned int | nHeight |
| bool | spendsCoinbaseOrCoinstake |
| unsigned int | sigOpCount |
Definition at line 136 of file test_pivx.h.
|
inline |
Definition at line 145 of file test_pivx.h.
|
inline |
| CTxMemPoolEntry TestMemPoolEntryHelper::FromTx | ( | const CMutableTransaction & | tx | ) |
| CTxMemPoolEntry TestMemPoolEntryHelper::FromTx | ( | const CTransaction & | tx | ) |
Definition at line 256 of file test_pivx.cpp.
|
inline |
Definition at line 155 of file test_pivx.h.
|
inline |
Definition at line 157 of file test_pivx.h.
|
inline |
Definition at line 156 of file test_pivx.h.
|
inline |
| CAmount TestMemPoolEntryHelper::nFee |
Definition at line 139 of file test_pivx.h.
| unsigned int TestMemPoolEntryHelper::nHeight |
Definition at line 141 of file test_pivx.h.
| int64_t TestMemPoolEntryHelper::nTime |
Definition at line 140 of file test_pivx.h.
| unsigned int TestMemPoolEntryHelper::sigOpCount |
Definition at line 143 of file test_pivx.h.
| bool TestMemPoolEntryHelper::spendsCoinbaseOrCoinstake |
Definition at line 142 of file test_pivx.h.