GetBlockHash overloads

Synopses

Declared in <chain.h>

Returns the hash of this block.

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

uint256
GetBlockHash() = delete;

Return Value

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

Created with MrDocs