GetBlockHash overloads
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...
The block hash. The block must have an associated hash.