![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <main.h>
Public Member Functions | |
bool | accept (CValidationState &state, CTransaction &tx, bool fCheckInputs, bool fLimitFree, bool *pfMissingInputs) |
bool | addUnchecked (const uint256 &hash, const CTransaction &tx) |
bool | remove (const CTransaction &tx, bool fRecursive=false) |
bool | removeConflicts (const CTransaction &tx) |
void | clear () |
void | queryHashes (std::vector< uint256 > &vtxid) |
void | pruneSpent (const uint256 &hash, CCoins &coins) |
unsigned long | size () |
bool | exists (uint256 hash) |
CTransaction & | lookup (uint256 hash) |
Public Attributes | |
CCriticalSection | cs |
std::map< uint256, CTransaction > | mapTx |
std::map< COutPoint, CInPoint > | mapNextTx |
bool CTxMemPool::accept | ( | CValidationState & | state, |
CTransaction & | tx, | ||
bool | fCheckInputs, | ||
bool | fLimitFree, | ||
bool * | pfMissingInputs | ||
) |
bool CTxMemPool::addUnchecked | ( | const uint256 & | hash, |
const CTransaction & | tx | ||
) |
|
inline |
void CTxMemPool::queryHashes | ( | std::vector< uint256 > & | vtxid | ) |
bool CTxMemPool::remove | ( | const CTransaction & | tx, |
bool | fRecursive = false |
||
) |
bool CTxMemPool::removeConflicts | ( | const CTransaction & | tx | ) |
|
mutable |
std::map<uint256, CTransaction> CTxMemPool::mapTx |