![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Describes a place in the block chain to another node such that if the other node doesn't have the same branch, it can find a recent common trunk. More...
#include <main.h>
Public Member Functions | |
CBlockLocator () | |
CBlockLocator (const CBlockIndex *pindex) | |
CBlockLocator (uint256 hashBlock) | |
CBlockLocator (const std::vector< uint256 > &vHaveIn) | |
IMPLEMENT_SERIALIZE (if(!(nType &SER_GETHASH)) READWRITE(nVersion);READWRITE(vHave);) void SetNull() | |
bool | IsNull () |
void | Set (const CBlockIndex *pindex) |
int | GetDistanceBack () |
CBlockIndex * | GetBlockIndex () |
uint256 | GetBlockHash () |
int | GetHeight () |
Protected Attributes | |
std::vector< uint256 > | vHave |
Describes a place in the block chain to another node such that if the other node doesn't have the same branch, it can find a recent common trunk.
The further back it is, the further before the fork it may be.
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |