Return a path to the snapshot-based chainstate dir, if one exists.
Declared in <node/utxo_snapshot.h>
std::optional<fs::path>
FindAssumeutxoChainstateDir(fs::path const& data_dir);
The path to the assumeutxo chainstate directory, or std::nullopt if none exists.
| Name | Description |
|---|---|
| data_dir | The node's data directory to search under. |