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