MCPcopy Create free account
hub / github.com/citp/BlockSci / blockListPath

Method blockListPath

tools/parser/parser_configuration.hpp:61–63  ·  view source on GitHub ↗

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 */

Source from the content-addressed store, hash-verified

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 *

Callers 1

updateChainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected