Bitcoin ABC 0.30.5
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 (std::vector< BlockHash > &&vHaveIn) | |
SERIALIZE_METHODS (CBlockLocator, obj) | |
void | SetNull () |
bool | IsNull () const |
Public Attributes | |
std::vector< BlockHash > | 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 |
|
inline |
|
inline |
|
inline |