![]() |
Bitcoin Core
24.1.0
P2P Digital Currency
|
#include <setup_common.h>
Public Member Functions | |
| TestMemPoolEntryHelper () | |
| CTxMemPoolEntry | FromTx (const CMutableTransaction &tx) const |
| CTxMemPoolEntry | FromTx (const CTransactionRef &tx) const |
| TestMemPoolEntryHelper & | Fee (CAmount _fee) |
| TestMemPoolEntryHelper & | Time (int64_t _time) |
| TestMemPoolEntryHelper & | Height (unsigned int _height) |
| TestMemPoolEntryHelper & | SpendsCoinbase (bool _flag) |
| TestMemPoolEntryHelper & | SigOpsCost (unsigned int _sigopsCost) |
Public Attributes | |
| CAmount | nFee |
| int64_t | nTime |
| unsigned int | nHeight |
| bool | spendsCoinbase |
| unsigned int | sigOpCost |
| LockPoints | lp |
Definition at line 206 of file setup_common.h.
|
inline |
Definition at line 216 of file setup_common.h.
|
inline |
| CTxMemPoolEntry TestMemPoolEntryHelper::FromTx | ( | const CMutableTransaction & | tx | ) | const |
Definition at line 426 of file setup_common.cpp.
| CTxMemPoolEntry TestMemPoolEntryHelper::FromTx | ( | const CTransactionRef & | tx | ) | const |
Definition at line 431 of file setup_common.cpp.
|
inline |
|
inline |
Definition at line 228 of file setup_common.h.
|
inline |
Definition at line 227 of file setup_common.h.
|
inline |
| LockPoints TestMemPoolEntryHelper::lp |
Definition at line 214 of file setup_common.h.
| CAmount TestMemPoolEntryHelper::nFee |
Definition at line 209 of file setup_common.h.
| unsigned int TestMemPoolEntryHelper::nHeight |
Definition at line 211 of file setup_common.h.
| int64_t TestMemPoolEntryHelper::nTime |
Definition at line 210 of file setup_common.h.
| unsigned int TestMemPoolEntryHelper::sigOpCost |
Definition at line 213 of file setup_common.h.
| bool TestMemPoolEntryHelper::spendsCoinbase |
Definition at line 212 of file setup_common.h.
1.8.14