[#LocatorEntries] = LocatorEntries :mrdocs: Construct a list of hash entries to put in a locator. == Synopsis Declared in `<chain.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<uint256> LocatorEntries(xref:CBlockIndex.adoc[CBlockIndex] const* index); ---- == Return Value The list of block hashes forming the locator. == Parameters [cols="1,4"] |=== | Name| Description | *index* | The block index entry to start from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#