Construct a list of hash entries to put in a locator.

Synopsis

Declared in <chain.h>

std::vector<uint256>
LocatorEntries(CBlockIndex const* index);

Return Value

The list of block hashes forming the locator.

Parameters

Name

Description

index

The block index entry to start from.

Created with MrDocs