Look up a block index entry by hash.
Declared in <node/blockstorage.h>
[[requires_capability(0x7f2e1b099248), requires_capability(0x7f2e26d1a9a8), requires_capability(0x7f2e375e0a88), requires_capability(0x7f2e33367e48), requires_capability(0x7f2e3542ee38), requires_capability(0x7f2e28a73998)]]
CBlockIndex const*
LookupBlockIndex(uint256 const& hash) const;
The block index entry, or nullptr if the hash is unknown.
| Name | Description |
|---|---|
| hash | The block hash to look up. |