[#node-BlockMap] = xref:node.adoc[node]::BlockMap :relfileprefix: ../ :mrdocs: Map from block hash to its in‐memory block index entry. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using BlockMap = std::unordered_map<uint256, CBlockIndex, BlockHasher>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#