Map from block hash to its in‐memory block index entry.
Synopsis
Declared in <node/blockstorage.h>
using BlockMap = std::unordered_map<uint256, CBlockIndex, BlockHasher>;
Created with MrDocs
Map from block hash to its in‐memory block index entry.
Declared in <node/blockstorage.h>
using BlockMap = std::unordered_map<uint256, CBlockIndex, BlockHasher>;
Created with MrDocs