Fabcoin Core
0.16.2
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 <block.h>
Public Member Functions | |
CBlockLocator () | |
CBlockLocator (const std::vector< uint256 > &vHaveIn) | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action) |
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.
|
inlineexplicit |
|
inline |
|
inline |