![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <boost/assign/list_of.hpp>
#include <boost/foreach.hpp>
#include "checkpoints.h"
#include "main.h"
#include "uint256.h"
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 | |
const CCheckpointData & | Checkpoints::Checkpoints () |
bool | Checkpoints::CheckBlock (int nHeight, const uint256 &hash) |
double | Checkpoints::GuessVerificationProgress (CBlockIndex *pindex) |
int | Checkpoints::GetTotalBlocksEstimate () |
CBlockIndex * | Checkpoints::GetLastCheckpoint (const std::map< uint256, CBlockIndex * > &mapBlockIndex) |
uint256 | Checkpoints::GetLatestHardenedCheckpoint () |