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