Constructs a locator from a list of block hashes.
Synopsis
Declared in <primitives/block.h>
explicit
CBlockLocator(std::vector<uint256>&& have);
Parameters
Name |
Description |
have |
The block hashes to take ownership of. |
Created with MrDocs