Look up a block index entry by hash.
Synopsis
Declared in <node/blockstorage.h>
[[requires_capability(0x7f2e1b0991a8), requires_capability(0x7f2e26d1a908), requires_capability(0x7f2e375e09e8), requires_capability(0x7f2e33367da8), requires_capability(0x7f2e3542ed98), requires_capability(0x7f2e28a738f8)]]
CBlockIndex*
LookupBlockIndex(uint256 const& hash);
Return Value
The block index entry, or nullptr if the hash is unknown.
Parameters
Name |
Description |
hash |
The block hash to look up. |
Created with MrDocs