Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CTxMemPoolEntry Member List

This is the complete list of members for CTxMemPoolEntry, including all inherited members.

CTxMemPoolEntry(const CTransactionRef &_tx, const CAmount &_nFee, int64_t _nTime, unsigned int _entryHeight, bool spendsCoinbase, unsigned int nSigOps, LockPoints lp)CTxMemPoolEntry
DynamicMemoryUsage() constCTxMemPoolEntryinline
entryHeightCTxMemPoolEntryprivate
feeDeltaCTxMemPoolEntryprivate
GetCountWithAncestors() constCTxMemPoolEntryinline
GetCountWithDescendants() constCTxMemPoolEntryinline
GetFee() constCTxMemPoolEntryinline
GetHeight() constCTxMemPoolEntryinline
GetLockPoints() constCTxMemPoolEntryinline
GetModFeesWithAncestors() constCTxMemPoolEntryinline
GetModFeesWithDescendants() constCTxMemPoolEntryinline
GetModifiedFee() constCTxMemPoolEntryinline
GetSharedTx() constCTxMemPoolEntryinline
GetSigOpCount() constCTxMemPoolEntryinline
GetSigOpCountWithAncestors() constCTxMemPoolEntryinline
GetSizeWithAncestors() constCTxMemPoolEntryinline
GetSizeWithDescendants() constCTxMemPoolEntryinline
GetSpendsCoinbase() constCTxMemPoolEntryinline
GetTime() constCTxMemPoolEntryinline
GetTx() constCTxMemPoolEntryinline
GetTxSize() constCTxMemPoolEntryinline
isKeyChangeProTxCTxMemPoolEntrymutable
lockPointsCTxMemPoolEntryprivate
nCountWithAncestorsCTxMemPoolEntryprivate
nCountWithDescendantsCTxMemPoolEntryprivate
nFeeCTxMemPoolEntryprivate
nModFeesWithAncestorsCTxMemPoolEntryprivate
nModFeesWithDescendantsCTxMemPoolEntryprivate
nSigOpCountWithAncestorsCTxMemPoolEntryprivate
nSizeWithAncestorsCTxMemPoolEntryprivate
nSizeWithDescendantsCTxMemPoolEntryprivate
nTimeCTxMemPoolEntryprivate
nTxSizeCTxMemPoolEntryprivate
nUsageSizeCTxMemPoolEntryprivate
sigOpCountCTxMemPoolEntryprivate
spendsCoinbaseCTxMemPoolEntryprivate
txCTxMemPoolEntryprivate
UpdateAncestorState(int64_t modifySize, CAmount modifyFee, int64_t modifyCount, int64_t modifySigOps)CTxMemPoolEntry
UpdateDescendantState(int64_t modifySize, CAmount modifyFee, int64_t modifyCount)CTxMemPoolEntry
UpdateFeeDelta(int64_t feeDelta)CTxMemPoolEntry
UpdateLockPoints(const LockPoints &lp)CTxMemPoolEntry
validForProTxKeyCTxMemPoolEntrymutable
vTxHashesIdxCTxMemPoolEntrymutable
Released under the MIT license