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