File that contains the serialization of the UTXOState class which maps raw output pointers to output data
| 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 */ |