![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <list>#include "amount.h"#include "coins.h"#include "primitives/transaction.h"#include "sync.h"#include "random.h"Go to the source code of this file.
Classes | |
| class | CTxMemPoolEntry |
| CTxMemPool stores these: More... | |
| class | CInPoint |
| An inpoint - a combination of a transaction and an index n into its vin. More... | |
| class | CTxMemPool |
| CTxMemPool stores valid-according-to-the-current-best-chain transactions that may be included in the next block. More... | |
| class | CCoinsViewMemPool |
| CCoinsView that brings transactions from a memorypool into view. More... | |
Functions | |
| double | AllowFreeThreshold () |
| bool | AllowFree (double dPriority) |
|
inline |
Definition at line 26 of file txmempool.h.
|
inline |
1.8.17