![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#include <txmempool.h>
Public Member Functions | |
CTxMemPoolEntry (const CTransaction &_tx, int64_t _nFee, int64_t _nTime, double _dPriority, unsigned int _nHeight) | |
CTxMemPoolEntry () | |
CTxMemPoolEntry (const CTxMemPoolEntry &other) | |
const CTransaction & | GetTx () const |
double | GetPriority (unsigned int currentHeight) const |
int64_t | GetFee () const |
size_t | GetTxSize () const |
int64_t | GetTime () const |
unsigned int | GetHeight () const |
Private Attributes | |
CTransaction | tx |
int64_t | nFee |
size_t | nTxSize |
int64_t | nTime |
double | dPriority |
unsigned int | nHeight |
Definition at line 21 of file txmempool.h.
CTxMemPoolEntry::CTxMemPoolEntry | ( | const CTransaction & | _tx, |
int64_t | _nFee, | ||
int64_t | _nTime, | ||
double | _dPriority, | ||
unsigned int | _nHeight | ||
) |
CTxMemPoolEntry::CTxMemPoolEntry | ( | ) |
Definition at line 12 of file txmempool.cpp.
CTxMemPoolEntry::CTxMemPoolEntry | ( | const CTxMemPoolEntry & | other | ) |
Definition at line 25 of file txmempool.cpp.
|
inline |
|
inline |
double CTxMemPoolEntry::GetPriority | ( | unsigned int | currentHeight | ) | const |
Definition at line 31 of file txmempool.cpp.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 28 of file txmempool.h.
|
private |
Definition at line 25 of file txmempool.h.
|
private |
Definition at line 29 of file txmempool.h.
|
private |
Definition at line 27 of file txmempool.h.
|
private |
Definition at line 26 of file txmempool.h.
|
private |
Definition at line 24 of file txmempool.h.