CBlockLocator::CBlockLocator

Constructors

Synopses

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...

Parameters

NameDescription
haveThe block hashes to take ownership of.