CTxMemPool stores these:
More...
#include <txmempool.h>
CTxMemPool stores these:
Definition at line 40 of file txmempool.h.
◆ CTxMemPoolEntry() [1/3]
| CTxMemPoolEntry::CTxMemPoolEntry |
( |
const CTransaction & |
_tx, |
|
|
const CAmount & |
_nFee, |
|
|
int64_t |
_nTime, |
|
|
double |
_dPriority, |
|
|
unsigned int |
_nHeight |
|
) |
| |
Chain height when entering the mempool.
Definition at line 25 of file txmempool.cpp.
◆ CTxMemPoolEntry() [2/3]
| CTxMemPoolEntry::CTxMemPoolEntry |
( |
| ) |
|
◆ CTxMemPoolEntry() [3/3]
◆ GetFee()
| CAmount CTxMemPoolEntry::GetFee |
( |
| ) |
const |
|
inline |
◆ GetHeight()
| unsigned int CTxMemPoolEntry::GetHeight |
( |
| ) |
const |
|
inline |
◆ GetPriority()
| double CTxMemPoolEntry::GetPriority |
( |
unsigned int |
currentHeight | ) |
const |
◆ GetTime()
| int64_t CTxMemPoolEntry::GetTime |
( |
| ) |
const |
|
inline |
◆ GetTx()
◆ GetTxSize()
| size_t CTxMemPoolEntry::GetTxSize |
( |
| ) |
const |
|
inline |
◆ dPriority
| double CTxMemPoolEntry::dPriority |
|
private |
Local time when entering the mempool.
Definition at line 48 of file txmempool.h.
◆ nFee
◆ nHeight
| unsigned int CTxMemPoolEntry::nHeight |
|
private |
Priority when entering the mempool.
Definition at line 49 of file txmempool.h.
◆ nModSize
| size_t CTxMemPoolEntry::nModSize |
|
private |
... and avoid recomputing tx size
Definition at line 46 of file txmempool.h.
◆ nTime
| int64_t CTxMemPoolEntry::nTime |
|
private |
... and modified size for priority
Definition at line 47 of file txmempool.h.
◆ nTxSize
| size_t CTxMemPoolEntry::nTxSize |
|
private |
Cached to avoid expensive parent-transaction lookups.
Definition at line 45 of file txmempool.h.
◆ tx
The documentation for this class was generated from the following files: