[#BlockHasher-operator_call] = xref:BlockHasher.adoc[BlockHasher]::operator() :relfileprefix: ../ :mrdocs: Compute the hash of a block hash from its first 8 bytes. == Synopsis Declared in `<util/hasher.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t operator()(xref:uint256.adoc[uint256] const& hash) const; ---- == Return Value The little‐endian 64‐bit value read from the start of the hash. == Parameters [cols="1,4"] |=== | Name| Description | *hash* | The block hash to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#