Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Namespaces | Typedefs | Functions
checkpoints.cpp File Reference
#include <boost/assign/list_of.hpp>
#include <boost/foreach.hpp>
#include "checkpoints.h"
#include "main.h"
#include "uint256.h"
Include dependency graph for checkpoints.cpp:

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, uint256Checkpoints::MapCheckpoints
 

Functions

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