![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <blockassembler.h>
Public Member Functions | |
| CTxMemPoolModifiedEntry (CTxMemPool::txiter entry) | |
Public Attributes | |
| CTxMemPool::txiter | iter |
| uint64_t | nSizeWithAncestors |
| CAmount | nModFeesWithAncestors |
| unsigned int | nSigOpCountWithAncestors |
Definition at line 36 of file blockassembler.h.
|
inlineexplicit |
Definition at line 37 of file blockassembler.h.
| CTxMemPool::txiter CTxMemPoolModifiedEntry::iter |
Definition at line 45 of file blockassembler.h.
| CAmount CTxMemPoolModifiedEntry::nModFeesWithAncestors |
Definition at line 47 of file blockassembler.h.
| unsigned int CTxMemPoolModifiedEntry::nSigOpCountWithAncestors |
Definition at line 48 of file blockassembler.h.
| uint64_t CTxMemPoolModifiedEntry::nSizeWithAncestors |
Definition at line 46 of file blockassembler.h.