[#node-BlockManager-InsertBlockIndex] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::InsertBlockIndex :relfileprefix: ../../ :mrdocs: Create a new block index entry for a given block hash == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f95130c90b8), requires_capability(0x7f950163c3a8), requires_capability(0x7f95241d9398), requires_capability(0x7f951f330698), requires_capability(0x7f950b9c2658), requires_capability(0x7f95175c4da8)]] xref:CBlockIndex.adoc[CBlockIndex]* InsertBlockIndex(xref:uint256.adoc[uint256] const& hash); ---- == Return Value The new or existing block index entry for `hash.` == Parameters [cols="1,4"] |=== | Name| Description | *hash* | The block hash to insert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#