[#CBlockLocator-2constructor-04] = xref:CBlockLocator.adoc[CBlockLocator]::CBlockLocator :relfileprefix: ../ :mrdocs: Constructs a locator from a list of block hashes. == Synopsis Declared in `<primitives/block.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit CBlockLocator(std::vector<uint256>&& have); ---- == Parameters [cols="1,4"] |=== | Name| Description | *have* | The block hashes to take ownership of. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#