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

Method addressPath

tools/parser/parser_configuration.hpp:52–54  ·  view source on GitHub ↗

Directory that contains the serialization of the AddressState class. This contains bloom filters which provide checking of whether an address has been seen before, multi-address maps providing fast lookups for addresses seen multiple times, and a count of the total number of scripts of each type */

Source from the content-addressed store, hash-verified

50 address has been seen before, multi-address maps providing fast lookups for addresses seen multiple times, and a count of the total
51 number of scripts of each type */
52 filesystem::path addressPath() const {
53 return parserDirectory()/"address";
54 }
55
56 /** Stores the serialized ChainIndex<ParserTag> object
57 *

Callers 1

updateChainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected