node::BlockManager::GetAllBlockIndices

Return pointers to every block index entry currently held in memory.

Synopsis

Declared in <node/blockstorage.h>

[[requires_capability(0x7f95130c8b98), requires_capability(0x7f950163be88), requires_capability(0x7f95241d8e78), requires_capability(0x7f951f330178), requires_capability(0x7f950b9c2138), requires_capability(0x7f95175c4888)]]
std::vector<CBlockIndex*>
GetAllBlockIndices();

Return Value

A vector of all block index entries.