Look up a block index entry by hash.
Declared in <node/blockstorage.h>
[[requires_capability(0x7f95130c9298), requires_capability(0x7f950163c588), requires_capability(0x7f95241d9578), requires_capability(0x7f951f330878), requires_capability(0x7f950b9c2838), requires_capability(0x7f95175c4f88)]]
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. |