Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <txmempool.h>
Public Member Functions | |
CTxMemPoolEntry | FromTx (const CMutableTransaction &tx) const |
CTxMemPoolEntry | FromTx (const CTransactionRef &tx) const |
TestMemPoolEntryHelper & | Fee (CAmount _fee) |
TestMemPoolEntryHelper & | Time (NodeSeconds tp) |
TestMemPoolEntryHelper & | Height (unsigned int _height) |
TestMemPoolEntryHelper & | Sequence (uint64_t _seq) |
TestMemPoolEntryHelper & | SpendsCoinbase (bool _flag) |
TestMemPoolEntryHelper & | SigOpsCost (unsigned int _sigopsCost) |
Public Attributes | |
CAmount | nFee {0} |
NodeSeconds | time {} |
unsigned int | nHeight {1} |
uint64_t | m_sequence {0} |
bool | spendsCoinbase {false} |
unsigned int | sigOpCost {4} |
LockPoints | lp |
Definition at line 19 of file txmempool.h.
|
inline |
CTxMemPoolEntry TestMemPoolEntryHelper::FromTx | ( | const CMutableTransaction & | tx | ) | const |
Definition at line 33 of file txmempool.cpp.
CTxMemPoolEntry TestMemPoolEntryHelper::FromTx | ( | const CTransactionRef & | tx | ) | const |
Definition at line 38 of file txmempool.cpp.
|
inline |
|
inline |
Definition at line 36 of file txmempool.h.
|
inline |
Definition at line 38 of file txmempool.h.
|
inline |
Definition at line 37 of file txmempool.h.
|
inline |
LockPoints TestMemPoolEntryHelper::lp |
Definition at line 27 of file txmempool.h.
uint64_t TestMemPoolEntryHelper::m_sequence {0} |
Definition at line 24 of file txmempool.h.
CAmount TestMemPoolEntryHelper::nFee {0} |
Definition at line 21 of file txmempool.h.
unsigned int TestMemPoolEntryHelper::nHeight {1} |
Definition at line 23 of file txmempool.h.
unsigned int TestMemPoolEntryHelper::sigOpCost {4} |
Definition at line 26 of file txmempool.h.
bool TestMemPoolEntryHelper::spendsCoinbase {false} |
Definition at line 25 of file txmempool.h.
NodeSeconds TestMemPoolEntryHelper::time {} |
Definition at line 22 of file txmempool.h.