Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Namespaces | Functions
checkpoints.h File Reference
#include <map>
Include dependency graph for checkpoints.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Checkpoints
 Block-chain checkpoints are compiled-in sanity checks.
 

Functions

bool Checkpoints::CheckBlock (int nHeight, const uint256 &hash)
 
int Checkpoints::GetTotalBlocksEstimate ()
 
CBlockIndexCheckpoints::GetLastCheckpoint (const std::map< uint256, CBlockIndex * > &mapBlockIndex)
 
uint256 Checkpoints::GetLatestHardenedCheckpoint ()
 
double Checkpoints::GuessVerificationProgress (CBlockIndex *pindex)