[#node-FindAssumeutxoChainstateDir] = xref:node.adoc[node]::FindAssumeutxoChainstateDir :relfileprefix: ../ :mrdocs: Return a path to the snapshot‐based chainstate dir, if one exists. == Synopsis Declared in `<node/utxo_snapshot.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<fs::path> FindAssumeutxoChainstateDir(xref:fs/path.adoc[fs::path] const& data_dir); ---- == Return Value The path to the assumeutxo chainstate directory, or std::nullopt if none exists. == Parameters [cols="1,4"] |=== | Name| Description | *data_dir* | The node's data directory to search under. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#