 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_CHECKPOINTS_H
6 #define BITCOIN_CHECKPOINTS_H
30 bool CheckBlock(
int nHeight,
const uint256& hash,
bool fMatchesCheckpoint =
false);
44 #endif // BITCOIN_CHECKPOINTS_H
int GetTotalBlocksEstimate()
Return conservative estimate of total number of blocks, 0 if unknown.
int64_t nTransactionsLastCheckpoint
CBlockIndex * GetLastCheckpoint()
Returns last CBlockIndex* in mapBlockIndex that is a checkpoint.
const MapCheckpoints * mapCheckpoints
Block-chain checkpoints are compiled-in sanity checks.
std::map< int, uint256 > MapCheckpoints
256-bit unsigned big integer.
bool CheckBlock(int nHeight, const uint256 &hash, bool fMatchesCheckpoint)
Returns true if block passes checkpoint checks.
double GuessVerificationProgress(const CBlockIndex *pindex, bool fSigchecks)
Guess how far we are in the verification process at the given block index.
double fTransactionsPerDay
int64_t nTimeLastCheckpoint
The block chain is a tree shaped structure starting with the genesis block at the root,...