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

Method utxoCacheFile

tools/parser/parser_configuration.hpp:34–36  ·  view source on GitHub ↗

File that contains the serialization of the UTXOState class which maps raw output pointers to output data

Source from the content-addressed store, hash-verified

32
33 // File that contains the serialization of the UTXOState class which maps raw output pointers to output data
34 filesystem::path utxoCacheFile() const {
35 return parserDirectory()/"utxoCache.dat";
36 }
37
38 /* Directory that stores the serialization of the UTXOAddressState class. For each address type, this contains mapping from output
39 pointers to addresses of that type to data necessary to parse the input script spending an output of that type */

Callers 1

updateChainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected