Construct a hash key for the given block hash.
Synopsis
Declared in <index/db_key.h>
explicit
DBHashKey(uint256 const& hash_in);
Parameters
Name |
Description |
hash_in |
Block hash to encode. |
Created with MrDocs