CDiskBlockIndex::GetBlockHash

GetBlockHash overloads

Synopses

Declared in <chain.h>

Returns the hash of this block.

uint256
GetBlockHash() const;
» more...

Deleted: use ConstructBlockHash(), since the on-disk entry has no cached hash.

uint256
GetBlockHash() = delete;
» more...

Return Value

The block hash. The block must have an associated hash.