CTxMemPoolEntry [constructor] | Constructors |
~CTxMemPoolEntry [destructor] [virtual] | Destroys the mempool entry. |
operator= | Assignment operators |
DynamicMemoryUsage | Returns the dynamic memory used by the entry. |
GetAdjustedWeight | Returns the sigop-adjusted weight of the transaction. |
GetFee | Returns the fee the transaction paid. |
GetHeight | Returns the chain height when the transaction entered the mempool. |
GetLockPoints | Returns the lock points of the transaction. |
GetModifiedFee | Returns the fee adjusted for mining priority. |
GetSequence | Returns the sequence number assigned to the transaction. |
GetSharedTx | Returns a shared pointer to the stored transaction. |
GetSigOpCost | Returns the total sigop cost of the transaction. |
GetSpendsCoinbase | Returns whether the transaction spends a coinbase output. |
GetTime | Returns the local time when the transaction entered the mempool. |
GetTx | Returns the stored transaction. |
GetTxSize | Returns the virtual size of the transaction. |
GetTxWeight | Returns the weight of the transaction. |
UpdateLockPoints | Updates the lock points after a reorg. |
UpdateModifiedFee | Updates the modified fee with the descendant or ancestor delta. |