Stores the serialized ChainIndex object * * Main content is ChainIndex's std::unordered_map blockList property * BlockType contains block data like the hash, height, size, no. of txes, inputCount, outputcount, CBlockHeader object */
| 59 | * BlockType contains block data like the hash, height, size, no. of txes, inputCount, outputcount, CBlockHeader object |
| 60 | */ |
| 61 | filesystem::path blockListPath() const { |
| 62 | return parserDirectory()/"blockList.dat"; |
| 63 | } |
| 64 | |
| 65 | /** Stores serialized OutputLinkData, memory-mapped as blocksci::FixedSizeFileMapper<OutputLinkData> |
| 66 | * |