![]() |
Bitcoin Core
22.99.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 190 of file setup_common.h.
|
inline |
Definition at line 200 of file setup_common.h.
|
inline |
CTxMemPoolEntry TestMemPoolEntryHelper::FromTx | ( | const CMutableTransaction & | tx | ) | const |
Definition at line 358 of file setup_common.cpp.
CTxMemPoolEntry TestMemPoolEntryHelper::FromTx | ( | const CTransactionRef & | tx | ) | const |
Definition at line 363 of file setup_common.cpp.
|
inline |
Definition at line 210 of file setup_common.h.
|
inline |
Definition at line 212 of file setup_common.h.
|
inline |
Definition at line 211 of file setup_common.h.
|
inline |
LockPoints TestMemPoolEntryHelper::lp |
Definition at line 198 of file setup_common.h.
CAmount TestMemPoolEntryHelper::nFee |
Definition at line 193 of file setup_common.h.
unsigned int TestMemPoolEntryHelper::nHeight |
Definition at line 195 of file setup_common.h.
int64_t TestMemPoolEntryHelper::nTime |
Definition at line 194 of file setup_common.h.
unsigned int TestMemPoolEntryHelper::sigOpCost |
Definition at line 197 of file setup_common.h.
bool TestMemPoolEntryHelper::spendsCoinbase |
Definition at line 196 of file setup_common.h.