![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <block.h>
Public Member Functions | |
CBlockLocator () | |
CBlockLocator (const std::vector< uint256 > &vHaveIn) | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
void | SetNull () |
bool | IsNull () const |
Public Attributes | |
std::vector< uint256 > | vHave |
ADD_SERIALIZE_METHODS | |
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.
|
inline |
|
inline |
Definition at line 157 of file block.h.
Referenced by ProcessMessage().
|
inline |
std::vector<uint256> CBlockLocator::vHave |
Definition at line 134 of file block.h.
Referenced by CBlockLocator(), FindForkInGlobalIndex(), IsNull(), CWalletDB::ReadBestBlock(), RecursiveDynamicUsage(), SerializationOp(), and SetNull().