![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
| struct | Checkpoints::CCheckpointData |
Namespaces | |
| Checkpoints | |
| Block-chain checkpoints are compiled-in sanity checks. | |
Typedefs | |
| typedef std::map< int, uint256 > | Checkpoints::MapCheckpoints |
Functions | |
| bool | Checkpoints::CheckBlock (int nHeight, const uint256 &hash, bool fMatchesCheckpoint=false) |
| Returns true if block passes checkpoint checks. More... | |
| int | Checkpoints::GetTotalBlocksEstimate () |
| Return conservative estimate of total number of blocks, 0 if unknown. More... | |
| CBlockIndex * | Checkpoints::GetLastCheckpoint () |
| Returns last CBlockIndex* in mapBlockIndex that is a checkpoint. More... | |
| double | Checkpoints::GuessVerificationProgress (const CBlockIndex *pindex, bool fSigchecks) |
| Guess how far we are in the verification process at the given block index. More... | |
1.8.17